Interface BatchRetryStrategy.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<BatchRetryStrategy.Builder,,- BatchRetryStrategy> - SdkBuilder<BatchRetryStrategy.Builder,,- BatchRetryStrategy> - SdkPojo
- Enclosing class:
- BatchRetryStrategy
@Mutable
@NotThreadSafe
public static interface BatchRetryStrategy.Builder
extends SdkPojo, CopyableBuilder<BatchRetryStrategy.Builder,BatchRetryStrategy> 
- 
Method SummaryModifier and TypeMethodDescriptionThe number of times to attempt to retry, if the job fails.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
attemptsThe 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.
 
 
-