Interface RetryDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RetryDetails.Builder,,RetryDetails> SdkBuilder<RetryDetails.Builder,,RetryDetails> SdkPojo
- Enclosing class:
RetryDetails
@Mutable
@NotThreadSafe
public static interface RetryDetails.Builder
extends SdkPojo, CopyableBuilder<RetryDetails.Builder,RetryDetails>
-
Method Summary
Modifier and TypeMethodDescriptioncurrentAttempt(Integer currentAttempt) The current attempt number for this operation.nextAttemptDelaySeconds(Integer nextAttemptDelaySeconds) The delay before the next retry attempt, in seconds.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
currentAttempt
The current attempt number for this operation.
- Parameters:
currentAttempt- The current attempt number for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextAttemptDelaySeconds
The delay before the next retry attempt, in seconds.
- Parameters:
nextAttemptDelaySeconds- The delay before the next retry attempt, in seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-