Interface BatchRetryStrategy.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchRetryStrategy.Builder,BatchRetryStrategy>,SdkBuilder<BatchRetryStrategy.Builder,BatchRetryStrategy>,SdkPojo
- Enclosing class:
- BatchRetryStrategy
public static interface BatchRetryStrategy.Builder extends SdkPojo, CopyableBuilder<BatchRetryStrategy.Builder,BatchRetryStrategy>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchRetryStrategy.Builderattempts(Integer attempts)The number of times to attempt to retry, if the job fails.-
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
-
attempts
BatchRetryStrategy.Builder attempts(Integer attempts)
The number of times to attempt to retry, if the job fails. Valid values are 1–10.
- Parameters:
attempts- The number of times to attempt to retry, if the job fails. Valid values are 1–10.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-