@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyAquaConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ModifyAquaConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
ModifyAquaConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAquaConfigurationStatus()
The new value of AQUA configuration status.
|
String |
getClusterIdentifier()
The identifier of the cluster to be modified.
|
int |
hashCode() |
void |
setAquaConfigurationStatus(String aquaConfigurationStatus)
The new value of AQUA configuration status.
|
void |
setClusterIdentifier(String clusterIdentifier)
The identifier of the cluster to be modified.
|
String |
toString()
Returns a string representation of this object.
|
ModifyAquaConfigurationRequest |
withAquaConfigurationStatus(AquaConfigurationStatus aquaConfigurationStatus)
The new value of AQUA configuration status.
|
ModifyAquaConfigurationRequest |
withAquaConfigurationStatus(String aquaConfigurationStatus)
The new value of AQUA configuration status.
|
ModifyAquaConfigurationRequest |
withClusterIdentifier(String clusterIdentifier)
The identifier of the cluster to be modified.
|
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 setClusterIdentifier(String clusterIdentifier)
The identifier of the cluster to be modified.
clusterIdentifier
- The identifier of the cluster to be modified.public String getClusterIdentifier()
The identifier of the cluster to be modified.
public ModifyAquaConfigurationRequest withClusterIdentifier(String clusterIdentifier)
The identifier of the cluster to be modified.
clusterIdentifier
- The identifier of the cluster to be modified.public void setAquaConfigurationStatus(String aquaConfigurationStatus)
The new value of AQUA configuration status. Possible values include the following.
enabled - Use AQUA if it is available for the current Amazon Web Services Region and Amazon Redshift node type.
disabled - Don't use AQUA.
auto - Amazon Redshift determines whether to use AQUA.
aquaConfigurationStatus
- The new value of AQUA configuration status. Possible values include the following.
enabled - Use AQUA if it is available for the current Amazon Web Services Region and Amazon Redshift node type.
disabled - Don't use AQUA.
auto - Amazon Redshift determines whether to use AQUA.
AquaConfigurationStatus
public String getAquaConfigurationStatus()
The new value of AQUA configuration status. Possible values include the following.
enabled - Use AQUA if it is available for the current Amazon Web Services Region and Amazon Redshift node type.
disabled - Don't use AQUA.
auto - Amazon Redshift determines whether to use AQUA.
enabled - Use AQUA if it is available for the current Amazon Web Services Region and Amazon Redshift node type.
disabled - Don't use AQUA.
auto - Amazon Redshift determines whether to use AQUA.
AquaConfigurationStatus
public ModifyAquaConfigurationRequest withAquaConfigurationStatus(String aquaConfigurationStatus)
The new value of AQUA configuration status. Possible values include the following.
enabled - Use AQUA if it is available for the current Amazon Web Services Region and Amazon Redshift node type.
disabled - Don't use AQUA.
auto - Amazon Redshift determines whether to use AQUA.
aquaConfigurationStatus
- The new value of AQUA configuration status. Possible values include the following.
enabled - Use AQUA if it is available for the current Amazon Web Services Region and Amazon Redshift node type.
disabled - Don't use AQUA.
auto - Amazon Redshift determines whether to use AQUA.
AquaConfigurationStatus
public ModifyAquaConfigurationRequest withAquaConfigurationStatus(AquaConfigurationStatus aquaConfigurationStatus)
The new value of AQUA configuration status. Possible values include the following.
enabled - Use AQUA if it is available for the current Amazon Web Services Region and Amazon Redshift node type.
disabled - Don't use AQUA.
auto - Amazon Redshift determines whether to use AQUA.
aquaConfigurationStatus
- The new value of AQUA configuration status. Possible values include the following.
enabled - Use AQUA if it is available for the current Amazon Web Services Region and Amazon Redshift node type.
disabled - Don't use AQUA.
auto - Amazon Redshift determines whether to use AQUA.
AquaConfigurationStatus
public String toString()
toString
in class Object
Object.toString()
public ModifyAquaConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()