@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateClusterV2Request extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
CreateClusterV2Request () |
| Modifier and Type | Method and Description |
|---|---|
CreateClusterV2Request |
addTagsEntry (String key,
String value)
Add a single Tags entry
|
CreateClusterV2Request |
clearTagsEntries ()
Removes all the entries added into Tags.
|
CreateClusterV2Request |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getClusterName ()
The name of the cluster.
|
ProvisionedRequest |
getProvisioned ()
Information about the provisioned cluster.
|
ServerlessRequest |
getServerless ()
Information about the serverless cluster.
|
Map<String,String> |
getTags ()
A map of tags that you want the cluster to have.
|
int |
hashCode () |
void |
setClusterName (String clusterName)
The name of the cluster.
|
void |
setProvisioned (ProvisionedRequest provisioned)
Information about the provisioned cluster.
|
void |
setServerless (ServerlessRequest serverless)
Information about the serverless cluster.
|
void |
setTags (Map<String,String> tags)
A map of tags that you want the cluster to have.
|
String |
toString ()
Returns a string representation of this object.
|
CreateClusterV2Request |
withClusterName (String clusterName)
The name of the cluster.
|
CreateClusterV2Request |
withProvisioned (ProvisionedRequest provisioned)
Information about the provisioned cluster.
|
CreateClusterV2Request |
withServerless (ServerlessRequest serverless)
Information about the serverless cluster.
|
CreateClusterV2Request |
withTags (Map<String,String> tags)
A map of tags that you want the cluster to have.
|
addHandlerContext, 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, withSdkRequestTimeout public CreateClusterV2Request()
public void setClusterName(String clusterName)
The name of the cluster.
clusterName - The name of the cluster.
public String getClusterName()
The name of the cluster.
The name of the cluster.
public CreateClusterV2Request withClusterName(String clusterName)
The name of the cluster.
clusterName - The name of the cluster.
public Map<String,String> getTags()
A map of tags that you want the cluster to have.
A map of tags that you want the cluster to have.
public void setTags(Map<String,String> tags)
A map of tags that you want the cluster to have.
tags - A map of tags that you want the cluster to have.
public CreateClusterV2Request withTags(Map<String,String> tags)
A map of tags that you want the cluster to have.
tags - A map of tags that you want the cluster to have.
public CreateClusterV2Request addTagsEntry(String key, String value)
public CreateClusterV2Request clearTagsEntries()
public void setProvisioned(ProvisionedRequest provisioned)
Information about the provisioned cluster.
provisioned - Information about the provisioned cluster.
public ProvisionedRequest getProvisioned()
Information about the provisioned cluster.
Information about the provisioned cluster.
public CreateClusterV2Request withProvisioned(ProvisionedRequest provisioned)
Information about the provisioned cluster.
provisioned - Information about the provisioned cluster.
public void setServerless(ServerlessRequest serverless)
Information about the serverless cluster.
serverless - Information about the serverless cluster.
public ServerlessRequest getServerless()
Information about the serverless cluster.
Information about the serverless cluster.
public CreateClusterV2Request withServerless(ServerlessRequest serverless)
Information about the serverless cluster.
serverless - Information about the serverless cluster.
public String toString()
toString in class Object Object.toString() public CreateClusterV2Request clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()