Interface AmazonOpenSearchServerlessRetryOptions.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<AmazonOpenSearchServerlessRetryOptions.Builder,AmazonOpenSearchServerlessRetryOptions>
,SdkBuilder<AmazonOpenSearchServerlessRetryOptions.Builder,AmazonOpenSearchServerlessRetryOptions>
,SdkPojo
- Enclosing class:
- AmazonOpenSearchServerlessRetryOptions
public static interface AmazonOpenSearchServerlessRetryOptions.Builder extends SdkPojo, CopyableBuilder<AmazonOpenSearchServerlessRetryOptions.Builder,AmazonOpenSearchServerlessRetryOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AmazonOpenSearchServerlessRetryOptions.Builder
durationInSeconds(Integer durationInSeconds)
After an initial failure to deliver to the Serverless offering for Amazon OpenSearch Service, the total amount of time during which Firehose retries delivery (including the first attempt).-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
durationInSeconds
AmazonOpenSearchServerlessRetryOptions.Builder durationInSeconds(Integer durationInSeconds)
After an initial failure to deliver to the Serverless offering for Amazon OpenSearch Service, the total amount of time during which 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.
- Parameters:
durationInSeconds
- After an initial failure to deliver to the Serverless offering for Amazon OpenSearch Service, the total amount of time during which 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-