@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterClusterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
RegisterClusterRequest() |
| Modifier and Type | Method and Description |
|---|---|
RegisterClusterRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClientRequestToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
ConnectorConfigRequest |
getConnectorConfig()
The configuration settings required to connect the Kubernetes cluster to the Amazon EKS control plane.
|
String |
getName()
Define a unique name for this cluster within your AWS account.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setConnectorConfig(ConnectorConfigRequest connectorConfig)
The configuration settings required to connect the Kubernetes cluster to the Amazon EKS control plane.
|
void |
setName(String name)
Define a unique name for this cluster within your AWS account.
|
String |
toString()
Returns a string representation of this object.
|
RegisterClusterRequest |
withClientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
RegisterClusterRequest |
withConnectorConfig(ConnectorConfigRequest connectorConfig)
The configuration settings required to connect the Kubernetes cluster to the Amazon EKS control plane.
|
RegisterClusterRequest |
withName(String name)
Define a unique name for this cluster within your AWS account.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setName(String name)
Define a unique name for this cluster within your AWS account.
name - Define a unique name for this cluster within your AWS account.public String getName()
Define a unique name for this cluster within your AWS account.
public RegisterClusterRequest withName(String name)
Define a unique name for this cluster within your AWS account.
name - Define a unique name for this cluster within your AWS account.public void setConnectorConfig(ConnectorConfigRequest connectorConfig)
The configuration settings required to connect the Kubernetes cluster to the Amazon EKS control plane.
connectorConfig - The configuration settings required to connect the Kubernetes cluster to the Amazon EKS control plane.public ConnectorConfigRequest getConnectorConfig()
The configuration settings required to connect the Kubernetes cluster to the Amazon EKS control plane.
public RegisterClusterRequest withConnectorConfig(ConnectorConfigRequest connectorConfig)
The configuration settings required to connect the Kubernetes cluster to the Amazon EKS control plane.
connectorConfig - The configuration settings required to connect the Kubernetes cluster to the Amazon EKS control plane.public void setClientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public String getClientRequestToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
public RegisterClusterRequest withClientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public String toString()
toString in class ObjectObject.toString()public RegisterClusterRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.