@Generated(value="software.amazon.awssdk:codegen") public final class ControlPlanePlacementResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ControlPlanePlacementResponse.Builder,ControlPlanePlacementResponse>
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ControlPlanePlacementResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ControlPlanePlacementResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupName()
The name of the placement group for the Kubernetes control plane instances.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ControlPlanePlacementResponse.Builder> |
serializableBuilderClass() |
ControlPlanePlacementResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String groupName()
The name of the placement group for the Kubernetes control plane instances.
public ControlPlanePlacementResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ControlPlanePlacementResponse.Builder,ControlPlanePlacementResponse>public static ControlPlanePlacementResponse.Builder builder()
public static Class<? extends ControlPlanePlacementResponse.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.