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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StepOptions.BuildernextAttemptDelaySeconds(Integer nextAttemptDelaySeconds)The delay in seconds before the next retry attempt.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
nextAttemptDelaySeconds
StepOptions.Builder nextAttemptDelaySeconds(Integer 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.
-
-