Class CfnDeliveryStream.SnowflakeBufferingHintsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.SnowflakeBufferingHintsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeliveryStream.SnowflakeBufferingHintsProperty>
- Enclosing interface:
CfnDeliveryStream.SnowflakeBufferingHintsProperty
@Stability(Stable)
public static final class CfnDeliveryStream.SnowflakeBufferingHintsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeliveryStream.SnowflakeBufferingHintsProperty>
A builder for
CfnDeliveryStream.SnowflakeBufferingHintsProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.intervalInSeconds
(Number intervalInSeconds) Sets the value ofCfnDeliveryStream.SnowflakeBufferingHintsProperty.getIntervalInSeconds()
Sets the value ofCfnDeliveryStream.SnowflakeBufferingHintsProperty.getSizeInMBs()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
intervalInSeconds
@Stability(Stable) public CfnDeliveryStream.SnowflakeBufferingHintsProperty.Builder intervalInSeconds(Number intervalInSeconds) Sets the value ofCfnDeliveryStream.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 CfnDeliveryStream.SnowflakeBufferingHintsProperty.Builder sizeInMBs(Number sizeInMBs) Sets the value ofCfnDeliveryStream.SnowflakeBufferingHintsProperty.getSizeInMBs()
- 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:
build
in interfacesoftware.amazon.jsii.Builder<CfnDeliveryStream.SnowflakeBufferingHintsProperty>
- Returns:
- a new instance of
CfnDeliveryStream.SnowflakeBufferingHintsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-