Class CfnClusterPropsMixin.RollbackConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.eks.CfnClusterPropsMixin.RollbackConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnClusterPropsMixin.RollbackConfigProperty>
- Enclosing interface:
CfnClusterPropsMixin.RollbackConfigProperty
@Stability(Stable)
public static final class CfnClusterPropsMixin.RollbackConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnClusterPropsMixin.RollbackConfigProperty>
A builder for
CfnClusterPropsMixin.RollbackConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.timeoutMinutes(Number timeoutMinutes) Sets the value ofCfnClusterPropsMixin.RollbackConfigProperty.getTimeoutMinutes()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
timeoutMinutes
@Stability(Stable) public CfnClusterPropsMixin.RollbackConfigProperty.Builder timeoutMinutes(Number timeoutMinutes) Sets the value ofCfnClusterPropsMixin.RollbackConfigProperty.getTimeoutMinutes()- Parameters:
timeoutMinutes- The timeout in minutes for the version rollback operation. If not specified, defaults to 720 minutes (12 hours).- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnClusterPropsMixin.RollbackConfigProperty>- Returns:
- a new instance of
CfnClusterPropsMixin.RollbackConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-