public static interface RetryStrategy.Builder extends SdkPojo, CopyableBuilder<RetryStrategy.Builder,RetryStrategy>
| Modifier and Type | Method and Description |
|---|---|
RetryStrategy.Builder |
maximumRetryAttempts(Integer maximumRetryAttempts)
The number of times to retry the job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRetryStrategy.Builder maximumRetryAttempts(Integer maximumRetryAttempts)
The number of times to retry the job. When the job is retried, it's SecondaryStatus is changed
to STARTING.
maximumRetryAttempts - The number of times to retry the job. When the job is retried, it's SecondaryStatus is
changed to STARTING.Copyright © 2023. All rights reserved.