Class CfnDeliveryStreamPropsMixin.SnowflakeBufferingHintsProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.kinesisfirehose.mixins.CfnDeliveryStreamPropsMixin.SnowflakeBufferingHintsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.SnowflakeBufferingHintsProperty>
- Enclosing interface:
CfnDeliveryStreamPropsMixin.SnowflakeBufferingHintsProperty
@Stability(Stable)
public static final class CfnDeliveryStreamPropsMixin.SnowflakeBufferingHintsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.SnowflakeBufferingHintsProperty>
-
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.SnowflakeBufferingHintsProperty.Builder intervalInSeconds(Number intervalInSeconds) Sets the value ofCfnDeliveryStreamPropsMixin.SnowflakeBufferingHintsProperty.getIntervalInSeconds()- Parameters:
intervalInSeconds- Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 0.- Returns:
this
-
sizeInMBs
@Stability(Stable) public CfnDeliveryStreamPropsMixin.SnowflakeBufferingHintsProperty.Builder sizeInMBs(Number sizeInMBs) - Parameters:
sizeInMBs- Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 128.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.SnowflakeBufferingHintsProperty>- Returns:
- a new instance of
CfnDeliveryStreamPropsMixin.SnowflakeBufferingHintsProperty - Throws:
NullPointerException- if any required attribute was not provided
-