Class CfnTopicRulePropsMixin.InfluxDBBatchConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnTopicRulePropsMixin.InfluxDBBatchConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTopicRulePropsMixin.InfluxDBBatchConfigProperty>
- Enclosing interface:
CfnTopicRulePropsMixin.InfluxDBBatchConfigProperty
@Stability(Stable)
public static final class CfnTopicRulePropsMixin.InfluxDBBatchConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTopicRulePropsMixin.InfluxDBBatchConfigProperty>
A builder for
CfnTopicRulePropsMixin.InfluxDBBatchConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbatchAcrossTopics(Boolean batchAcrossTopics) batchAcrossTopics(IResolvable batchAcrossTopics) build()Builds the configured instance.maxBatchOpenMs(Number maxBatchOpenMs) Sets the value ofCfnTopicRulePropsMixin.InfluxDBBatchConfigProperty.getMaxBatchOpenMs()maxBatchSize(Number maxBatchSize) Sets the value ofCfnTopicRulePropsMixin.InfluxDBBatchConfigProperty.getMaxBatchSize()maxBatchSizeBytes(Number maxBatchSizeBytes)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
batchAcrossTopics
@Stability(Stable) public CfnTopicRulePropsMixin.InfluxDBBatchConfigProperty.Builder batchAcrossTopics(Boolean batchAcrossTopics) - Parameters:
batchAcrossTopics- the value to be set.- Returns:
this
-
batchAcrossTopics
@Stability(Stable) public CfnTopicRulePropsMixin.InfluxDBBatchConfigProperty.Builder batchAcrossTopics(IResolvable batchAcrossTopics) - Parameters:
batchAcrossTopics- the value to be set.- Returns:
this
-
maxBatchOpenMs
@Stability(Stable) public CfnTopicRulePropsMixin.InfluxDBBatchConfigProperty.Builder maxBatchOpenMs(Number maxBatchOpenMs) Sets the value ofCfnTopicRulePropsMixin.InfluxDBBatchConfigProperty.getMaxBatchOpenMs()- Parameters:
maxBatchOpenMs- the value to be set.- Returns:
this
-
maxBatchSize
@Stability(Stable) public CfnTopicRulePropsMixin.InfluxDBBatchConfigProperty.Builder maxBatchSize(Number maxBatchSize) Sets the value ofCfnTopicRulePropsMixin.InfluxDBBatchConfigProperty.getMaxBatchSize()- Parameters:
maxBatchSize- the value to be set.- Returns:
this
-
maxBatchSizeBytes
@Stability(Stable) public CfnTopicRulePropsMixin.InfluxDBBatchConfigProperty.Builder maxBatchSizeBytes(Number maxBatchSizeBytes) - Parameters:
maxBatchSizeBytes- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTopicRulePropsMixin.InfluxDBBatchConfigProperty>- Returns:
- a new instance of
CfnTopicRulePropsMixin.InfluxDBBatchConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-