public static interface RedshiftRetryOptions.Builder extends SdkPojo, CopyableBuilder<RedshiftRetryOptions.Builder,RedshiftRetryOptions>
| Modifier and Type | Method and Description | 
|---|---|
RedshiftRetryOptions.Builder | 
durationInSeconds(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. 
 | 
copyapplyMutation, buildRedshiftRetryOptions.Builder durationInSeconds(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. 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.
 
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.