Interface RollbackConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RollbackConfig.Builder,,RollbackConfig> SdkBuilder<RollbackConfig.Builder,,RollbackConfig> SdkPojo
- Enclosing class:
RollbackConfig
@Mutable
@NotThreadSafe
public static interface RollbackConfig.Builder
extends SdkPojo, CopyableBuilder<RollbackConfig.Builder,RollbackConfig>
-
Method Summary
Modifier and TypeMethodDescriptiontimeoutMinutes(Integer timeoutMinutes) The length of time in minutes to wait before cancelling the update.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
-
timeoutMinutes
The length of time in minutes to wait before cancelling the update. Timeout is a minimum-bound property, meaning the timeout occurs no sooner than the time you specify, but can occur shortly thereafter. This value can be between 120 (2 hours) and 10080 (7 days). Default:
720(12 hours) if not specified.- Parameters:
timeoutMinutes- The length of time in minutes to wait before cancelling the update. Timeout is a minimum-bound property, meaning the timeout occurs no sooner than the time you specify, but can occur shortly thereafter. This value can be between 120 (2 hours) and 10080 (7 days). Default:720(12 hours) if not specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-