@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.
AquaStatus
public 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.
AquaStatus
public 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.
AquaStatus
public 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.
AquaStatus
public 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 Amazon Web Services 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 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 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 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 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 Amazon Web Services 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 Amazon Web Services Region and Amazon Redshift node type.
disabled - Don't use AQUA.
auto - Amazon Redshift determines whether to use AQUA.
AquaConfigurationStatus
public 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 Amazon Web Services 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 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 AquaConfiguration clone()