@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, withSdkRequestTimeout
public 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 maximum of 256 steps.
stepConcurrencyLevel
- The number of steps that can be executed concurrently. You can specify a maximum of 256 steps.public Integer getStepConcurrencyLevel()
The number of steps that can be executed concurrently. You can specify a maximum of 256 steps.
public ModifyClusterRequest withStepConcurrencyLevel(Integer stepConcurrencyLevel)
The number of steps that can be executed concurrently. You can specify a maximum of 256 steps.
stepConcurrencyLevel
- The number of steps that can be executed concurrently. You can specify a maximum of 256 steps.public String toString()
toString
in class Object
Object.toString()
public ModifyClusterRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2020. All rights reserved.