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 attempt to retry, if the job fails.
|
copyapplyMutation, buildBatchRetryStrategy.Builder attempts(Integer attempts)
The number of times to attempt to retry, if the job fails. Valid values are 1–10.
attempts - The number of times to attempt to retry, if the job fails. Valid values are 1–10.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.