public static interface RetryStrategy.Builder extends SdkPojo, CopyableBuilder<RetryStrategy.Builder,RetryStrategy>
Modifier and Type | Method and Description |
---|---|
RetryStrategy.Builder |
attempts(Integer attempts)
The number of times to move a job to the
RUNNABLE status. |
copy
applyMutation, build
RetryStrategy.Builder attempts(Integer attempts)
The number of times to move a job to the RUNNABLE
status. You may specify between 1 and 10
attempts. If the value of attempts
is greater than one, the job is retried on failure the same
number of attempts as the value.
attempts
- The number of times to move a job to the RUNNABLE
status. You may specify between 1 and
10 attempts. If the value of attempts
is greater than one, the job is retried on failure
the same number of attempts as the value.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.