@Stability(value=Stable) public static final class CfnDeliveryStream.RetryOptionsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDeliveryStream.RetryOptionsProperty>
CfnDeliveryStream.RetryOptionsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDeliveryStream.RetryOptionsProperty |
build()
Builds the configured instance.
|
CfnDeliveryStream.RetryOptionsProperty.Builder |
durationInSeconds(Number durationInSeconds)
Sets the value of
CfnDeliveryStream.RetryOptionsProperty.getDurationInSeconds() |
@Stability(value=Stable) public CfnDeliveryStream.RetryOptionsProperty.Builder durationInSeconds(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@Stability(value=Stable) public CfnDeliveryStream.RetryOptionsProperty build()
build in interface software.amazon.jsii.Builder<CfnDeliveryStream.RetryOptionsProperty>CfnDeliveryStream.RetryOptionsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.