public static interface OutpostConfigResponse.Builder extends SdkPojo, CopyableBuilder<OutpostConfigResponse.Builder,OutpostConfigResponse>
| Modifier and Type | Method and Description |
|---|---|
OutpostConfigResponse.Builder |
controlPlaneInstanceType(String controlPlaneInstanceType)
The Amazon EC2 instance type used for the control plane.
|
OutpostConfigResponse.Builder |
outpostArns(Collection<String> outpostArns)
The ARN of the Outpost that you specified for use with your local Amazon EKS cluster on Outposts.
|
OutpostConfigResponse.Builder |
outpostArns(String... outpostArns)
The ARN of the Outpost that you specified for use with your local Amazon EKS cluster on Outposts.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOutpostConfigResponse.Builder outpostArns(Collection<String> outpostArns)
The ARN of the Outpost that you specified for use with your local Amazon EKS cluster on Outposts.
outpostArns - The ARN of the Outpost that you specified for use with your local Amazon EKS cluster on Outposts.OutpostConfigResponse.Builder outpostArns(String... outpostArns)
The ARN of the Outpost that you specified for use with your local Amazon EKS cluster on Outposts.
outpostArns - The ARN of the Outpost that you specified for use with your local Amazon EKS cluster on Outposts.OutpostConfigResponse.Builder controlPlaneInstanceType(String controlPlaneInstanceType)
The Amazon EC2 instance type used for the control plane. The instance type is the same for all control plane instances.
controlPlaneInstanceType - The Amazon EC2 instance type used for the control plane. The instance type is the same for all control
plane instances.Copyright © 2022. All rights reserved.