public static final class CfnDeliveryStream.RetryOptionsProperty.Builder
extends java.lang.Object
CfnDeliveryStream.RetryOptionsProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnDeliveryStream.RetryOptionsProperty |
build()
Builds the configured instance.
|
CfnDeliveryStream.RetryOptionsProperty.Builder |
durationInSeconds(java.lang.Number durationInSeconds)
Sets the value of
CfnDeliveryStream.RetryOptionsProperty.getDurationInSeconds() |
public CfnDeliveryStream.RetryOptionsProperty.Builder durationInSeconds(java.lang.Number durationInSeconds)
CfnDeliveryStream.RetryOptionsProperty.getDurationInSeconds()
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.this
public CfnDeliveryStream.RetryOptionsProperty build()
CfnDeliveryStream.RetryOptionsProperty
java.lang.NullPointerException
- if any required attribute was not provided