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