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.
|
default 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 |
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 |
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. Choose an instance type based on the number of nodes that your cluster will have. For more information, see Capacity considerations in the Amazon EKS User Guide.
The instance type that you specify is used for all Kubernetes control plane instances. The instance type can't be changed after cluster creation. 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.
Choose an instance type based on the number of nodes that your cluster will have. For more
information, see Capacity considerations in the Amazon EKS User Guide.
The instance type that you specify is used for all Kubernetes control plane instances. The instance type can't be changed after cluster creation. The control plane is not automatically scaled by Amazon EKS.
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. 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 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. For more information, see Capacity considerations in the Amazon EKS User Guide.
This is a convenience method that creates an instance of theControlPlanePlacementRequest.Builder
avoiding the need to create one manually via ControlPlanePlacementRequest.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to controlPlanePlacement(ControlPlanePlacementRequest).
controlPlanePlacement - a consumer that will call methods on ControlPlanePlacementRequest.BuildercontrolPlanePlacement(ControlPlanePlacementRequest)Copyright © 2022. All rights reserved.