Class EksClusterOutpostConfigControlPlanePlacement.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.eks_cluster.EksClusterOutpostConfigControlPlanePlacement.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<EksClusterOutpostConfigControlPlanePlacement>
- Enclosing interface:
- EksClusterOutpostConfigControlPlanePlacement
@Stability(Stable) public static final class EksClusterOutpostConfigControlPlanePlacement.Builder extends Object implements software.amazon.jsii.Builder<EksClusterOutpostConfigControlPlanePlacement>
A builder forEksClusterOutpostConfigControlPlanePlacement
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EksClusterOutpostConfigControlPlanePlacementbuild()Builds the configured instance.EksClusterOutpostConfigControlPlanePlacement.BuildergroupName(String groupName)Sets the value ofEksClusterOutpostConfigControlPlanePlacement.getGroupName()
-
-
-
Method Detail
-
groupName
@Stability(Stable) public EksClusterOutpostConfigControlPlanePlacement.Builder groupName(String groupName)
Sets the value ofEksClusterOutpostConfigControlPlanePlacement.getGroupName()- Parameters:
groupName- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/eks_cluster#group_name EksCluster#group_name}. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public EksClusterOutpostConfigControlPlanePlacement build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<EksClusterOutpostConfigControlPlanePlacement>- Returns:
- a new instance of
EksClusterOutpostConfigControlPlanePlacement - Throws:
NullPointerException- if any required attribute was not provided
-
-