@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyClusterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
ModifyClusterRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
ModifyClusterRequest | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getClusterId()
 The unique identifier of the cluster. 
 | 
Integer | 
getStepConcurrencyLevel()
 The number of steps that can be executed concurrently. 
 | 
int | 
hashCode()  | 
void | 
setClusterId(String clusterId)
 The unique identifier of the cluster. 
 | 
void | 
setStepConcurrencyLevel(Integer stepConcurrencyLevel)
 The number of steps that can be executed concurrently. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
ModifyClusterRequest | 
withClusterId(String clusterId)
 The unique identifier of the cluster. 
 | 
ModifyClusterRequest | 
withStepConcurrencyLevel(Integer stepConcurrencyLevel)
 The number of steps that can be executed concurrently. 
 | 
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 setClusterId(String clusterId)
The unique identifier of the cluster.
clusterId - The unique identifier of the cluster.public String getClusterId()
The unique identifier of the cluster.
public ModifyClusterRequest withClusterId(String clusterId)
The unique identifier of the cluster.
clusterId - The unique identifier of the cluster.public void setStepConcurrencyLevel(Integer stepConcurrencyLevel)
The number of steps that can be executed concurrently. You can specify a minimum of 1 step and a maximum of 256 steps.
stepConcurrencyLevel - The number of steps that can be executed concurrently. You can specify a minimum of 1 step and a maximum
        of 256 steps.public Integer getStepConcurrencyLevel()
The number of steps that can be executed concurrently. You can specify a minimum of 1 step and a maximum of 256 steps.
public ModifyClusterRequest withStepConcurrencyLevel(Integer stepConcurrencyLevel)
The number of steps that can be executed concurrently. You can specify a minimum of 1 step and a maximum of 256 steps.
stepConcurrencyLevel - The number of steps that can be executed concurrently. You can specify a minimum of 1 step and a maximum
        of 256 steps.public String toString()
toString in class ObjectObject.toString()public ModifyClusterRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.