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 Summary
Modifier and TypeMethodDescriptionThe number of times to move a job to theRUNNABLE
status.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, sdkFieldNameToField, sdkFields
-
Method Details
-
attempts
The number of times to move a job to the
RUNNABLE
status. If the value ofattempts
is 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 theRUNNABLE
status. If the value ofattempts
is 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.
-