@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OutpostConfigRequest extends Object implements Serializable, Cloneable, StructuredPojo
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.
Constructor and Description |
---|
OutpostConfigRequest() |
Modifier and Type | Method and Description |
---|---|
OutpostConfigRequest |
clone() |
boolean |
equals(Object obj) |
String |
getControlPlaneInstanceType()
The Amazon EC2 instance type that you want to use for your local Amazon EKS cluster on Outposts.
|
List<String> |
getOutpostArns()
The ARN of the Outpost that you want to use for your local Amazon EKS cluster on Outposts.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setControlPlaneInstanceType(String controlPlaneInstanceType)
The Amazon EC2 instance type that you want to use for your local Amazon EKS cluster on Outposts.
|
void |
setOutpostArns(Collection<String> outpostArns)
The ARN of the Outpost that you want to use for your local Amazon EKS cluster on Outposts.
|
String |
toString()
Returns a string representation of this object.
|
OutpostConfigRequest |
withControlPlaneInstanceType(String controlPlaneInstanceType)
The Amazon EC2 instance type that you want to use for your local Amazon EKS cluster on Outposts.
|
OutpostConfigRequest |
withOutpostArns(Collection<String> outpostArns)
The ARN of the Outpost that you want to use for your local Amazon EKS cluster on Outposts.
|
OutpostConfigRequest |
withOutpostArns(String... outpostArns)
The ARN of the Outpost that you want to use for your local Amazon EKS cluster on Outposts.
|
public List<String> getOutpostArns()
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.
public void setOutpostArns(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.public OutpostConfigRequest withOutpostArns(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.
NOTE: This method appends the values to the existing list (if any). Use
setOutpostArns(java.util.Collection)
or withOutpostArns(java.util.Collection)
if you want to
override the existing values.
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.public OutpostConfigRequest withOutpostArns(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.public void setControlPlaneInstanceType(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.
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.
public String getControlPlaneInstanceType()
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 withControlPlaneInstanceType(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.
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.
public String toString()
toString
in class Object
Object.toString()
public OutpostConfigRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.