Class CfnClusterPropsMixin.ControlPlaneScalingConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.eks.CfnClusterPropsMixin.ControlPlaneScalingConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnClusterPropsMixin.ControlPlaneScalingConfigProperty>
- Enclosing interface:
CfnClusterPropsMixin.ControlPlaneScalingConfigProperty
@Stability(Stable)
public static final class CfnClusterPropsMixin.ControlPlaneScalingConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnClusterPropsMixin.ControlPlaneScalingConfigProperty>
A builder for
CfnClusterPropsMixin.ControlPlaneScalingConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnClusterPropsMixin.ControlPlaneScalingConfigProperty.getTier()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
tier
@Stability(Stable) public CfnClusterPropsMixin.ControlPlaneScalingConfigProperty.Builder tier(String tier) Sets the value ofCfnClusterPropsMixin.ControlPlaneScalingConfigProperty.getTier()- Parameters:
tier- The control plane scaling tier configuration. Available options arestandard,tier-xl,tier-2xl, ortier-4xl. For more information, see EKS Provisioned Control Plane in the Amazon EKS User Guide.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnClusterPropsMixin.ControlPlaneScalingConfigProperty>- Returns:
- a new instance of
CfnClusterPropsMixin.ControlPlaneScalingConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-