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