Class CfnCluster.ControlPlaneScalingConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.eks.CfnCluster.ControlPlaneScalingConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCluster.ControlPlaneScalingConfigProperty>
- Enclosing interface:
CfnCluster.ControlPlaneScalingConfigProperty
@Stability(Stable)
public static final class CfnCluster.ControlPlaneScalingConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCluster.ControlPlaneScalingConfigProperty>
A builder for
CfnCluster.ControlPlaneScalingConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnCluster.ControlPlaneScalingConfigProperty.getTier()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
tier
Sets the value ofCfnCluster.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<CfnCluster.ControlPlaneScalingConfigProperty>- Returns:
- a new instance of
CfnCluster.ControlPlaneScalingConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-