Class CfnDeliveryStreamPropsMixin.SnowflakeRetryOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kinesisfirehose.CfnDeliveryStreamPropsMixin.SnowflakeRetryOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.SnowflakeRetryOptionsProperty>
- Enclosing interface:
CfnDeliveryStreamPropsMixin.SnowflakeRetryOptionsProperty
@Stability(Stable)
public static final class CfnDeliveryStreamPropsMixin.SnowflakeRetryOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.SnowflakeRetryOptionsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.durationInSeconds(Number durationInSeconds)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
durationInSeconds
@Stability(Stable) public CfnDeliveryStreamPropsMixin.SnowflakeRetryOptionsProperty.Builder durationInSeconds(Number durationInSeconds) - Parameters:
durationInSeconds- the time period where Firehose will retry sending data to the chosen HTTP endpoint.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.SnowflakeRetryOptionsProperty>- Returns:
- a new instance of
CfnDeliveryStreamPropsMixin.SnowflakeRetryOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-