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
Modifier and TypeMethodDescriptionThe number of times to attempt to retry, if the job fails.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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.
 
 
 -