Class CfnDeliveryStreamPropsMixin.ElasticsearchBufferingHintsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kinesisfirehose.CfnDeliveryStreamPropsMixin.ElasticsearchBufferingHintsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.ElasticsearchBufferingHintsProperty>
- Enclosing interface:
CfnDeliveryStreamPropsMixin.ElasticsearchBufferingHintsProperty
@Stability(Stable)
public static final class CfnDeliveryStreamPropsMixin.ElasticsearchBufferingHintsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.ElasticsearchBufferingHintsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.intervalInSeconds(Number intervalInSeconds)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
intervalInSeconds
@Stability(Stable) public CfnDeliveryStreamPropsMixin.ElasticsearchBufferingHintsProperty.Builder intervalInSeconds(Number intervalInSeconds) Sets the value ofCfnDeliveryStreamPropsMixin.ElasticsearchBufferingHintsProperty.getIntervalInSeconds()- Parameters:
intervalInSeconds- The length of time, in seconds, that Kinesis Data Firehose buffers incoming data before delivering it to the destination. For valid values, see theIntervalInSecondscontent for the BufferingHints data type in the Amazon Kinesis Data Firehose API Reference .- Returns:
this
-
sizeInMBs
@Stability(Stable) public CfnDeliveryStreamPropsMixin.ElasticsearchBufferingHintsProperty.Builder sizeInMBs(Number sizeInMBs) - Parameters:
sizeInMBs- The size of the buffer, in MBs, that Kinesis Data Firehose uses for incoming data before delivering it to the destination. For valid values, see theSizeInMBscontent for the BufferingHints data type in the Amazon Kinesis Data Firehose API Reference .- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.ElasticsearchBufferingHintsProperty>- Returns:
- a new instance of
CfnDeliveryStreamPropsMixin.ElasticsearchBufferingHintsProperty - Throws:
NullPointerException- if any required attribute was not provided
-