CopyableBuilder<RetryStrategy.Builder,RetryStrategy>, SdkBuilder<RetryStrategy.Builder,RetryStrategy>public static interface RetryStrategy.Builder extends CopyableBuilder<RetryStrategy.Builder,RetryStrategy>
| Modifier and Type | Method | Description |
|---|---|---|
RetryStrategy.Builder |
attempts(Integer attempts) |
The number of times to move a job to the
RUNNABLE status. |
copyapply, buildRetryStrategy.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 attempts is greater than one, the job is retried if it fails until it has moved to
RUNNABLE that many times.
attempts - The number of times to move a job to the RUNNABLE status. You may specify between 1 and
10 attempts. If attempts is greater than one, the job is retried if it fails until it has
moved to RUNNABLE that many times.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.