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 move a job to theRUNNABLEstatus.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 move a job to the
RUNNABLEstatus. If the value ofattemptsis greater than one, the job is retried on failure the same number of attempts as the value.- Parameters:
 attempts- The number of times to move a job to theRUNNABLEstatus. If the value ofattemptsis greater than one, the job is retried on failure the same number of attempts as the value.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -