@Stability(value=Stable) public static final class CfnDeliveryStream.RedshiftRetryOptionsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDeliveryStream.RedshiftRetryOptionsProperty>
CfnDeliveryStream.RedshiftRetryOptionsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDeliveryStream.RedshiftRetryOptionsProperty |
build()
Builds the configured instance.
|
CfnDeliveryStream.RedshiftRetryOptionsProperty.Builder |
durationInSeconds(Number durationInSeconds)
Sets the value of
CfnDeliveryStream.RedshiftRetryOptionsProperty.getDurationInSeconds() |
@Stability(value=Stable) public CfnDeliveryStream.RedshiftRetryOptionsProperty.Builder durationInSeconds(Number durationInSeconds)
CfnDeliveryStream.RedshiftRetryOptionsProperty.getDurationInSeconds()durationInSeconds - The length of time during which Kinesis Data Firehose retries delivery after a failure, starting from the initial request and including the first attempt.
The default value is 3600 seconds (60 minutes). Kinesis Data Firehose does not retry if the value of DurationInSeconds is 0 (zero) or if the first delivery attempt takes longer than the current value.this@Stability(value=Stable) public CfnDeliveryStream.RedshiftRetryOptionsProperty build()
build in interface software.amazon.jsii.Builder<CfnDeliveryStream.RedshiftRetryOptionsProperty>CfnDeliveryStream.RedshiftRetryOptionsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.