static OutpostConfigRequest.Builder |
OutpostConfigRequest.builder() |
|
OutpostConfigRequest.Builder |
OutpostConfigRequest.Builder.controlPlaneInstanceType(String controlPlaneInstanceType) |
The Amazon EC2 instance type that you want to use for your local Amazon EKS cluster on Outposts.
|
default OutpostConfigRequest.Builder |
OutpostConfigRequest.Builder.controlPlanePlacement(Consumer<ControlPlanePlacementRequest.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.
|
OutpostConfigRequest.Builder |
OutpostConfigRequest.Builder.controlPlanePlacement(ControlPlanePlacementRequest 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.
|
OutpostConfigRequest.Builder |
OutpostConfigRequest.Builder.outpostArns(String... outpostArns) |
The ARN of the Outpost that you want to use for your local Amazon EKS cluster on Outposts.
|
OutpostConfigRequest.Builder |
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 |
OutpostConfigRequest.toBuilder() |
|