Interface RetryPolicyExecution.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RetryPolicyExecution.Builder,
,RetryPolicyExecution> SdkBuilder<RetryPolicyExecution.Builder,
,RetryPolicyExecution> SdkPojo
- Enclosing class:
RetryPolicyExecution
public static interface RetryPolicyExecution.Builder
extends SdkPojo, CopyableBuilder<RetryPolicyExecution.Builder,RetryPolicyExecution>
-
Method Summary
Modifier and TypeMethodDescriptioncurrentAttemptCount
(Integer currentAttemptCount) The current number of attempts made on the driver of the job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
currentAttemptCount
The current number of attempts made on the driver of the job.
- Parameters:
currentAttemptCount
- The current number of attempts made on the driver of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-