Interface StepOptions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StepOptions.Builder,,StepOptions> SdkBuilder<StepOptions.Builder,,StepOptions> SdkPojo
- Enclosing class:
StepOptions
@Mutable
@NotThreadSafe
public static interface StepOptions.Builder
extends SdkPojo, CopyableBuilder<StepOptions.Builder,StepOptions>
-
Method Summary
Modifier and TypeMethodDescriptionnextAttemptDelaySeconds(Integer nextAttemptDelaySeconds) The delay in seconds before the next retry attempt.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
-
nextAttemptDelaySeconds
The delay in seconds before the next retry attempt.
- Parameters:
nextAttemptDelaySeconds- The delay in seconds before the next retry attempt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-