@Generated(value="software.amazon.awssdk:codegen") public final class OutpostConfigRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OutpostConfigRequest.Builder,OutpostConfigRequest>
The configuration of your local Amazon EKS cluster on an Amazon Web Services Outpost. Before creating a cluster on an Outpost, review Creating a local Amazon EKS cluster on an Amazon Web Services Outpost in the Amazon EKS User Guide. This API isn't available for Amazon EKS clusters on the Amazon Web Services cloud.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OutpostConfigRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OutpostConfigRequest.Builder |
builder() |
String |
controlPlaneInstanceType()
The Amazon EC2 instance type that you want to use for your local Amazon EKS cluster on Outposts.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasOutpostArns()
For responses, this returns true if the service returned a value for the OutpostArns property.
|
List<String> |
outpostArns()
The ARN of the Outpost that you want to use for your local Amazon EKS cluster on Outposts.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OutpostConfigRequest.Builder> |
serializableBuilderClass() |
OutpostConfigRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasOutpostArns()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasOutpostArns() method.
public final String controlPlaneInstanceType()
The Amazon EC2 instance type that you want to use for your local Amazon EKS cluster on Outposts. The instance type that you specify is used for all Kubernetes control plane instances. The instance type can't be changed after cluster creation.
Choose an instance type based on the number of nodes that your cluster will have. If your cluster will have:
1–20 nodes, then we recommend specifying a large instance type.
21–100 nodes, then we recommend specifying an xlarge instance type.
101–250 nodes, then we recommend specifying a 2xlarge instance type.
For a list of the available Amazon EC2 instance types, see Compute and storage in Outposts rack features. The control plane is not automatically scaled by Amazon EKS.
Choose an instance type based on the number of nodes that your cluster will have. If your cluster will have:
1–20 nodes, then we recommend specifying a large instance type.
21–100 nodes, then we recommend specifying an xlarge instance type.
101–250 nodes, then we recommend specifying a 2xlarge instance type.
For a list of the available Amazon EC2 instance types, see Compute and storage in Outposts rack features. The control plane is not automatically scaled by Amazon EKS.
public OutpostConfigRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OutpostConfigRequest.Builder,OutpostConfigRequest>public static OutpostConfigRequest.Builder builder()
public static Class<? extends OutpostConfigRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.