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.
|
default 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 |
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 |
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.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. For more information, see Capacity considerations in the Amazon EKS User Guide.
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. For more information, see Capacity considerations in the Amazon EKS User Guide.default 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. For more information, see Capacity considerations in the Amazon EKS User Guide.
This is a convenience method that creates an instance of theControlPlanePlacementResponse.Builder
avoiding the need to create one manually via ControlPlanePlacementResponse.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to controlPlanePlacement(ControlPlanePlacementResponse).
controlPlanePlacement - a consumer that will call methods on ControlPlanePlacementResponse.BuildercontrolPlanePlacement(ControlPlanePlacementResponse)Copyright © 2023. All rights reserved.