Class CfnPlan.EksResourceScalingUngracefulProperty.Builder
java.lang.Object
software.amazon.awscdk.services.arcregionswitch.CfnPlan.EksResourceScalingUngracefulProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPlan.EksResourceScalingUngracefulProperty>
- Enclosing interface:
CfnPlan.EksResourceScalingUngracefulProperty
@Stability(Stable)
public static final class CfnPlan.EksResourceScalingUngracefulProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPlan.EksResourceScalingUngracefulProperty>
A builder for
CfnPlan.EksResourceScalingUngracefulProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.minimumSuccessPercentage(Number minimumSuccessPercentage)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
minimumSuccessPercentage
@Stability(Stable) public CfnPlan.EksResourceScalingUngracefulProperty.Builder minimumSuccessPercentage(Number minimumSuccessPercentage) - Parameters:
minimumSuccessPercentage- The minimum success percentage for the configuration. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPlan.EksResourceScalingUngracefulProperty>- Returns:
- a new instance of
CfnPlan.EksResourceScalingUngracefulProperty - Throws:
NullPointerException- if any required attribute was not provided
-