Interface ControlPlanePlacementResponse.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ControlPlanePlacementResponse.Builder,,ControlPlanePlacementResponse> SdkBuilder<ControlPlanePlacementResponse.Builder,,ControlPlanePlacementResponse> SdkPojo
- Enclosing class:
ControlPlanePlacementResponse
@Mutable
@NotThreadSafe
public static interface ControlPlanePlacementResponse.Builder
extends SdkPojo, CopyableBuilder<ControlPlanePlacementResponse.Builder,ControlPlanePlacementResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the placement group for the Kubernetes control plane instances.spreadLevel(String spreadLevel) The spread level used with the placement group for control plane instances on your local Amazon EKS cluster on Amazon Web Services Outposts.spreadLevel(SpreadLevel spreadLevel) The spread level used with the placement group for control plane instances on your local Amazon EKS cluster on Amazon Web Services Outposts.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
groupName
The name of the placement group for the Kubernetes control plane instances.
- Parameters:
groupName- The name of the placement group for the Kubernetes control plane instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
spreadLevel
The spread level used with the placement group for control plane instances on your local Amazon EKS cluster on Amazon Web Services Outposts.
- Parameters:
spreadLevel- The spread level used with the placement group for control plane instances on your local Amazon EKS cluster on Amazon Web Services Outposts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
spreadLevel
The spread level used with the placement group for control plane instances on your local Amazon EKS cluster on Amazon Web Services Outposts.
- Parameters:
spreadLevel- The spread level used with the placement group for control plane instances on your local Amazon EKS cluster on Amazon Web Services Outposts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-