public static interface AmazonopensearchserviceRetryOptions.Builder extends SdkPojo, CopyableBuilder<AmazonopensearchserviceRetryOptions.Builder,AmazonopensearchserviceRetryOptions>
| Modifier and Type | Method and Description |
|---|---|
AmazonopensearchserviceRetryOptions.Builder |
durationInSeconds(Integer durationInSeconds)
After an initial failure to deliver to Amazon OpenSearch Service, the total amount of time during which
Kinesis Data Firehose retries delivery (including the first attempt).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAmazonopensearchserviceRetryOptions.Builder durationInSeconds(Integer durationInSeconds)
After an initial failure to deliver to Amazon OpenSearch Service, 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 OpenSearch Service, 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 © 2023. All rights reserved.