Interface RedshiftRetryOptions.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<RedshiftRetryOptions.Builder,,RedshiftRetryOptions> SdkBuilder<RedshiftRetryOptions.Builder,,RedshiftRetryOptions> SdkPojo
- Enclosing class:
 RedshiftRetryOptions
public static interface RedshiftRetryOptions.Builder
extends SdkPojo, CopyableBuilder<RedshiftRetryOptions.Builder,RedshiftRetryOptions> 
- 
Method Summary
Modifier and TypeMethodDescriptiondurationInSeconds(Integer 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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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
DurationInSecondsis 0 (zero) or if the first delivery attempt takes longer than the current value.- Parameters:
 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 ofDurationInSecondsis 0 (zero) or if the first delivery attempt takes longer than the current value.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -