@Generated(value="software.amazon.awssdk:codegen") public final class AquaConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AquaConfiguration.Builder,AquaConfiguration>
The AQUA (Advanced Query Accelerator) configuration of the cluster.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AquaConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
AquaConfigurationStatus |
aquaConfigurationStatus()
The value represents how the cluster is configured to use AQUA.
|
String |
aquaConfigurationStatusAsString()
The value represents how the cluster is configured to use AQUA.
|
AquaStatus |
aquaStatus()
The value indicates the status of AQUA on the cluster.
|
String |
aquaStatusAsString()
The value indicates the status of AQUA on the cluster.
|
static AquaConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AquaConfiguration.Builder> |
serializableBuilderClass() |
AquaConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
If the service returns an enum value that is not available in the current SDK version, aquaStatus will
return AquaStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
aquaStatusAsString().
enabled - AQUA is enabled.
disabled - AQUA is not enabled.
applying - AQUA status is being applied.
AquaStatuspublic final String aquaStatusAsString()
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.
If the service returns an enum value that is not available in the current SDK version, aquaStatus will
return AquaStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
aquaStatusAsString().
enabled - AQUA is enabled.
disabled - AQUA is not enabled.
applying - AQUA status is being applied.
AquaStatuspublic final 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.
If the service returns an enum value that is not available in the current SDK version,
aquaConfigurationStatus will return AquaConfigurationStatus.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from aquaConfigurationStatusAsString().
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.
AquaConfigurationStatuspublic final String aquaConfigurationStatusAsString()
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.
If the service returns an enum value that is not available in the current SDK version,
aquaConfigurationStatus will return AquaConfigurationStatus.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from aquaConfigurationStatusAsString().
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.
AquaConfigurationStatuspublic AquaConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AquaConfiguration.Builder,AquaConfiguration>public static AquaConfiguration.Builder builder()
public static Class<? extends AquaConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.