@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AquaConfiguration extends Object implements Serializable, Cloneable
The AQUA (Advanced Query Accelerator) configuration of the cluster.
| Constructor and Description |
|---|
AquaConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
AquaConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getAquaConfigurationStatus()
The value represents how the cluster is configured to use AQUA.
|
String |
getAquaStatus()
The value indicates the status of AQUA on the cluster.
|
int |
hashCode() |
void |
setAquaConfigurationStatus(String aquaConfigurationStatus)
The value represents how the cluster is configured to use AQUA.
|
void |
setAquaStatus(String aquaStatus)
The value indicates the status of AQUA on the cluster.
|
String |
toString()
Returns a string representation of this object.
|
AquaConfiguration |
withAquaConfigurationStatus(AquaConfigurationStatus aquaConfigurationStatus)
The value represents how the cluster is configured to use AQUA.
|
AquaConfiguration |
withAquaConfigurationStatus(String aquaConfigurationStatus)
The value represents how the cluster is configured to use AQUA.
|
AquaConfiguration |
withAquaStatus(AquaStatus aquaStatus)
The value indicates the status of AQUA on the cluster.
|
AquaConfiguration |
withAquaStatus(String aquaStatus)
The value indicates the status of AQUA on the cluster.
|
public void setAquaStatus(String aquaStatus)
The value indicates the status of AQUA on the cluster. Possible values include the following.
enabled - AQUA is enabled.
disabled - AQUA is not enabled.
applying - AQUA status is being applied.
aquaStatus - The value indicates the status of AQUA on the cluster. Possible values include the following.
enabled - AQUA is enabled.
disabled - AQUA is not enabled.
applying - AQUA status is being applied.
AquaStatuspublic String getAquaStatus()
The value indicates the status of AQUA on the cluster. Possible values include the following.
enabled - AQUA is enabled.
disabled - AQUA is not enabled.
applying - AQUA status is being applied.
enabled - AQUA is enabled.
disabled - AQUA is not enabled.
applying - AQUA status is being applied.
AquaStatuspublic AquaConfiguration withAquaStatus(String aquaStatus)
The value indicates the status of AQUA on the cluster. Possible values include the following.
enabled - AQUA is enabled.
disabled - AQUA is not enabled.
applying - AQUA status is being applied.
aquaStatus - The value indicates the status of AQUA on the cluster. Possible values include the following.
enabled - AQUA is enabled.
disabled - AQUA is not enabled.
applying - AQUA status is being applied.
AquaStatuspublic AquaConfiguration withAquaStatus(AquaStatus aquaStatus)
The value indicates the status of AQUA on the cluster. Possible values include the following.
enabled - AQUA is enabled.
disabled - AQUA is not enabled.
applying - AQUA status is being applied.
aquaStatus - The value indicates the status of AQUA on the cluster. Possible values include the following.
enabled - AQUA is enabled.
disabled - AQUA is not enabled.
applying - AQUA status is being applied.
AquaStatuspublic void setAquaConfigurationStatus(String aquaConfigurationStatus)
The value represents how the cluster is configured to use AQUA. Possible values include the following.
enabled - Use AQUA if it is available for the current AWS Region and Amazon Redshift node type.
disabled - Don't use AQUA.
auto - Amazon Redshift determines whether to use AQUA.
aquaConfigurationStatus - The value represents how the cluster is configured to use AQUA. Possible values include the following.
enabled - Use AQUA if it is available for the current AWS Region and Amazon Redshift node type.
disabled - Don't use AQUA.
auto - Amazon Redshift determines whether to use AQUA.
AquaConfigurationStatuspublic String getAquaConfigurationStatus()
The value represents how the cluster is configured to use AQUA. Possible values include the following.
enabled - Use AQUA if it is available for the current AWS 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 AWS Region and Amazon Redshift node type.
disabled - Don't use AQUA.
auto - Amazon Redshift determines whether to use AQUA.
AquaConfigurationStatuspublic AquaConfiguration withAquaConfigurationStatus(String aquaConfigurationStatus)
The value represents how the cluster is configured to use AQUA. Possible values include the following.
enabled - Use AQUA if it is available for the current AWS Region and Amazon Redshift node type.
disabled - Don't use AQUA.
auto - Amazon Redshift determines whether to use AQUA.
aquaConfigurationStatus - The value represents how the cluster is configured to use AQUA. Possible values include the following.
enabled - Use AQUA if it is available for the current AWS Region and Amazon Redshift node type.
disabled - Don't use AQUA.
auto - Amazon Redshift determines whether to use AQUA.
AquaConfigurationStatuspublic AquaConfiguration withAquaConfigurationStatus(AquaConfigurationStatus aquaConfigurationStatus)
The value represents how the cluster is configured to use AQUA. Possible values include the following.
enabled - Use AQUA if it is available for the current AWS Region and Amazon Redshift node type.
disabled - Don't use AQUA.
auto - Amazon Redshift determines whether to use AQUA.
aquaConfigurationStatus - The value represents how the cluster is configured to use AQUA. Possible values include the following.
enabled - Use AQUA if it is available for the current AWS Region and Amazon Redshift node type.
disabled - Don't use AQUA.
auto - Amazon Redshift determines whether to use AQUA.
AquaConfigurationStatuspublic String toString()
toString in class ObjectObject.toString()public AquaConfiguration clone()
Copyright © 2021. All rights reserved.