public static interface ElasticsearchRetryOptions.Builder extends SdkPojo, CopyableBuilder<ElasticsearchRetryOptions.Builder,ElasticsearchRetryOptions>
Modifier and Type | Method and Description |
---|---|
ElasticsearchRetryOptions.Builder |
durationInSeconds(Integer durationInSeconds)
After an initial failure to deliver to Amazon ES, the total amount of time during which Kinesis Data Firehose
retries delivery (including the first attempt).
|
copy
applyMutation, build
ElasticsearchRetryOptions.Builder durationInSeconds(Integer durationInSeconds)
After an initial failure to deliver to Amazon ES, the total amount of time during which Kinesis Data Firehose retries delivery (including the first attempt). After this time has elapsed, the failed documents are written to Amazon S3. Default value is 300 seconds (5 minutes). A value of 0 (zero) results in no retries.
durationInSeconds
- After an initial failure to deliver to Amazon ES, the total amount of time during which Kinesis Data
Firehose retries delivery (including the first attempt). After this time has elapsed, the failed
documents are written to Amazon S3. Default value is 300 seconds (5 minutes). A value of 0 (zero)
results in no retries.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.