@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 minimum of 1 step and a maximum of 256
steps. We recommend that you do not change this parameter while steps are running or the
ActionOnFailure
setting may not behave as expected. For more information see
Step$ActionOnFailure.
stepConcurrencyLevel
- The number of steps that can be executed concurrently. You can specify a minimum of 1 step and a maximum
of 256 steps. We recommend that you do not change this parameter while steps are running or the
ActionOnFailure
setting may not behave as expected. For more information see
Step$ActionOnFailure.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. We recommend that you do not change this parameter while steps are running or the
ActionOnFailure
setting may not behave as expected. For more information see
Step$ActionOnFailure.
ActionOnFailure
setting may not behave as expected. For more information see
Step$ActionOnFailure.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. We recommend that you do not change this parameter while steps are running or the
ActionOnFailure
setting may not behave as expected. For more information see
Step$ActionOnFailure.
stepConcurrencyLevel
- The number of steps that can be executed concurrently. You can specify a minimum of 1 step and a maximum
of 256 steps. We recommend that you do not change this parameter while steps are running or the
ActionOnFailure
setting may not behave as expected. For more information see
Step$ActionOnFailure.public String toString()
toString
in class Object
Object.toString()
public ModifyClusterRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()