static OutpostConfigResponse.Builder |
OutpostConfigResponse.builder() |
|
OutpostConfigResponse.Builder |
OutpostConfigResponse.Builder.controlPlaneInstanceType(String controlPlaneInstanceType) |
The Amazon EC2 instance type used for the control plane.
|
default OutpostConfigResponse.Builder |
OutpostConfigResponse.Builder.controlPlanePlacement(Consumer<ControlPlanePlacementResponse.Builder> controlPlanePlacement) |
An object representing the placement configuration for all the control plane instances of your local Amazon
EKS cluster on an Amazon Web Services Outpost.
|
OutpostConfigResponse.Builder |
OutpostConfigResponse.Builder.controlPlanePlacement(ControlPlanePlacementResponse controlPlanePlacement) |
An object representing the placement configuration for all the control plane instances of your local Amazon
EKS cluster on an Amazon Web Services Outpost.
|
OutpostConfigResponse.Builder |
OutpostConfigResponse.Builder.outpostArns(String... outpostArns) |
The ARN of the Outpost that you specified for use with your local Amazon EKS cluster on Outposts.
|
OutpostConfigResponse.Builder |
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 |
OutpostConfigResponse.toBuilder() |
|