@Stability(value=Stable) public static final class CfnCluster.OutpostConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCluster.OutpostConfigProperty>
CfnCluster.OutpostConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCluster.OutpostConfigProperty |
build()
Builds the configured instance.
|
CfnCluster.OutpostConfigProperty.Builder |
controlPlaneInstanceType(String controlPlaneInstanceType)
Sets the value of
CfnCluster.OutpostConfigProperty.getControlPlaneInstanceType() |
CfnCluster.OutpostConfigProperty.Builder |
controlPlanePlacement(CfnCluster.ControlPlanePlacementProperty controlPlanePlacement)
Sets the value of
CfnCluster.OutpostConfigProperty.getControlPlanePlacement() |
CfnCluster.OutpostConfigProperty.Builder |
controlPlanePlacement(IResolvable controlPlanePlacement)
Sets the value of
CfnCluster.OutpostConfigProperty.getControlPlanePlacement() |
CfnCluster.OutpostConfigProperty.Builder |
outpostArns(List<String> outpostArns)
Sets the value of
CfnCluster.OutpostConfigProperty.getOutpostArns() |
@Stability(value=Stable) public CfnCluster.OutpostConfigProperty.Builder controlPlaneInstanceType(String controlPlaneInstanceType)
CfnCluster.OutpostConfigProperty.getControlPlaneInstanceType()controlPlaneInstanceType - The Amazon EC2 instance type that you want to use for your local Amazon EKS cluster on Outposts. This parameter is required.
Choose an instance type based on the number of nodes that your cluster will have. For more information, see Capacity considerations in the Amazon EKS User Guide .
The instance type that you specify is used for all Kubernetes control plane instances. The instance type can't be changed after cluster creation. The control plane is not automatically scaled by Amazon EKS.
this@Stability(value=Stable) public CfnCluster.OutpostConfigProperty.Builder outpostArns(List<String> outpostArns)
CfnCluster.OutpostConfigProperty.getOutpostArns()outpostArns - The ARN of the Outpost that you want to use for your local Amazon EKS cluster on Outposts. This parameter is required.
Only a single Outpost ARN is supported.this@Stability(value=Stable) public CfnCluster.OutpostConfigProperty.Builder controlPlanePlacement(IResolvable controlPlanePlacement)
CfnCluster.OutpostConfigProperty.getControlPlanePlacement()controlPlanePlacement - `CfnCluster.OutpostConfigProperty.ControlPlanePlacement`.this@Stability(value=Stable) public CfnCluster.OutpostConfigProperty.Builder controlPlanePlacement(CfnCluster.ControlPlanePlacementProperty controlPlanePlacement)
CfnCluster.OutpostConfigProperty.getControlPlanePlacement()controlPlanePlacement - `CfnCluster.OutpostConfigProperty.ControlPlanePlacement`.this@Stability(value=Stable) public CfnCluster.OutpostConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnCluster.OutpostConfigProperty>CfnCluster.OutpostConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.