@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateClusterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateClusterRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateClusterRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCluster()
The name of the cluster to modify the settings for.
|
ClusterConfiguration |
getConfiguration()
The execute command configuration for the cluster.
|
List<ClusterSetting> |
getSettings()
The cluster settings for your cluster.
|
int |
hashCode() |
void |
setCluster(String cluster)
The name of the cluster to modify the settings for.
|
void |
setConfiguration(ClusterConfiguration configuration)
The execute command configuration for the cluster.
|
void |
setSettings(Collection<ClusterSetting> settings)
The cluster settings for your cluster.
|
String |
toString()
Returns a string representation of this object.
|
UpdateClusterRequest |
withCluster(String cluster)
The name of the cluster to modify the settings for.
|
UpdateClusterRequest |
withConfiguration(ClusterConfiguration configuration)
The execute command configuration for the cluster.
|
UpdateClusterRequest |
withSettings(ClusterSetting... settings)
The cluster settings for your cluster.
|
UpdateClusterRequest |
withSettings(Collection<ClusterSetting> settings)
The cluster settings for your cluster.
|
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 setCluster(String cluster)
The name of the cluster to modify the settings for.
cluster - The name of the cluster to modify the settings for.public String getCluster()
The name of the cluster to modify the settings for.
public UpdateClusterRequest withCluster(String cluster)
The name of the cluster to modify the settings for.
cluster - The name of the cluster to modify the settings for.public List<ClusterSetting> getSettings()
The cluster settings for your cluster.
public void setSettings(Collection<ClusterSetting> settings)
The cluster settings for your cluster.
settings - The cluster settings for your cluster.public UpdateClusterRequest withSettings(ClusterSetting... settings)
The cluster settings for your cluster.
NOTE: This method appends the values to the existing list (if any). Use
setSettings(java.util.Collection) or withSettings(java.util.Collection) if you want to override
the existing values.
settings - The cluster settings for your cluster.public UpdateClusterRequest withSettings(Collection<ClusterSetting> settings)
The cluster settings for your cluster.
settings - The cluster settings for your cluster.public void setConfiguration(ClusterConfiguration configuration)
The execute command configuration for the cluster.
configuration - The execute command configuration for the cluster.public ClusterConfiguration getConfiguration()
The execute command configuration for the cluster.
public UpdateClusterRequest withConfiguration(ClusterConfiguration configuration)
The execute command configuration for the cluster.
configuration - The execute command configuration for the cluster.public String toString()
toString in class ObjectObject.toString()public UpdateClusterRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.