public static interface BatchRetryStrategy.Builder extends SdkPojo, CopyableBuilder<BatchRetryStrategy.Builder,BatchRetryStrategy>
| Modifier and Type | Method and Description |
|---|---|
BatchRetryStrategy.Builder |
attempts(Integer attempts)
The number of times to move a job to the
RUNNABLE status. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchRetryStrategy.Builder attempts(Integer attempts)
The number of times to move a job to the RUNNABLE status. 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. If the value of
attempts is greater than one, the job is retried on failure the same number of attempts
as the value.Copyright © 2023. All rights reserved.