Class CfnDeliveryStreamPropsMixin.RetryOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kinesisfirehose.CfnDeliveryStreamPropsMixin.RetryOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.RetryOptionsProperty>
- Enclosing interface:
CfnDeliveryStreamPropsMixin.RetryOptionsProperty
@Stability(Stable)
public static final class CfnDeliveryStreamPropsMixin.RetryOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.RetryOptionsProperty>
A builder for
CfnDeliveryStreamPropsMixin.RetryOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.durationInSeconds(Number durationInSeconds) Sets the value ofCfnDeliveryStreamPropsMixin.RetryOptionsProperty.getDurationInSeconds()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
durationInSeconds
@Stability(Stable) public CfnDeliveryStreamPropsMixin.RetryOptionsProperty.Builder durationInSeconds(Number durationInSeconds) Sets the value ofCfnDeliveryStreamPropsMixin.RetryOptionsProperty.getDurationInSeconds()- Parameters:
durationInSeconds- The total amount of time that Kinesis Data Firehose spends on retries. This duration starts after the initial attempt to send data to the custom destination via HTTPS endpoint fails. It doesn't include the periods during which Kinesis Data Firehose waits for acknowledgment from the specified destination after each attempt.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.RetryOptionsProperty>- Returns:
- a new instance of
CfnDeliveryStreamPropsMixin.RetryOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-