public static interface OutpostConfigRequest.Builder extends SdkPojo, CopyableBuilder<OutpostConfigRequest.Builder,OutpostConfigRequest>
| Modifier and Type | Method and Description |
|---|---|
OutpostConfigRequest.Builder |
controlPlaneInstanceType(String controlPlaneInstanceType)
The Amazon EC2 instance type that you want to use for your local Amazon EKS cluster on Outposts.
|
OutpostConfigRequest.Builder |
outpostArns(Collection<String> outpostArns)
The ARN of the Outpost that you want to use for your local Amazon EKS cluster on Outposts.
|
OutpostConfigRequest.Builder |
outpostArns(String... outpostArns)
The ARN of the Outpost that you want to use for your local Amazon EKS cluster on Outposts.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOutpostConfigRequest.Builder outpostArns(Collection<String> outpostArns)
The ARN of the Outpost that you want to use for your local Amazon EKS cluster on Outposts. Only a single Outpost ARN is supported.
outpostArns - The ARN of the Outpost that you want to use for your local Amazon EKS cluster on Outposts. Only a
single Outpost ARN is supported.OutpostConfigRequest.Builder outpostArns(String... outpostArns)
The ARN of the Outpost that you want to use for your local Amazon EKS cluster on Outposts. Only a single Outpost ARN is supported.
outpostArns - The ARN of the Outpost that you want to use for your local Amazon EKS cluster on Outposts. Only a
single Outpost ARN is supported.OutpostConfigRequest.Builder controlPlaneInstanceType(String controlPlaneInstanceType)
The Amazon EC2 instance type that you want to use for your local Amazon EKS cluster on Outposts. The instance type that you specify is used for all Kubernetes control plane instances. The instance type can't be changed after cluster creation.
Choose an instance type based on the number of nodes that your cluster will have. If your cluster will have:
1–20 nodes, then we recommend specifying a large instance type.
21–100 nodes, then we recommend specifying an xlarge instance type.
101–250 nodes, then we recommend specifying a 2xlarge instance type.
For a list of the available Amazon EC2 instance types, see Compute and storage in Outposts rack features. The control plane is not automatically scaled by Amazon EKS.
controlPlaneInstanceType - The Amazon EC2 instance type that you want to use for your local Amazon EKS cluster on Outposts. The
instance type that you specify is used for all Kubernetes control plane instances. The instance type
can't be changed after cluster creation.
Choose an instance type based on the number of nodes that your cluster will have. If your cluster will have:
1–20 nodes, then we recommend specifying a large instance type.
21–100 nodes, then we recommend specifying an xlarge instance type.
101–250 nodes, then we recommend specifying a 2xlarge instance type.
For a list of the available Amazon EC2 instance types, see Compute and storage in Outposts rack features. The control plane is not automatically scaled by Amazon EKS.
Copyright © 2022. All rights reserved.