@Generated(value="software.amazon.awssdk:codegen") public final class AwsRedshiftClusterClusterParameterStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsRedshiftClusterClusterParameterStatus.Builder,AwsRedshiftClusterClusterParameterStatus>
The status of a parameter in a cluster parameter group for an Amazon Redshift cluster.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsRedshiftClusterClusterParameterStatus.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsRedshiftClusterClusterParameterStatus.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
parameterApplyErrorDescription()
The error that prevented the parameter from being applied to the database.
|
String |
parameterApplyStatus()
The status of the parameter.
|
String |
parameterName()
The name of the parameter.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsRedshiftClusterClusterParameterStatus.Builder> |
serializableBuilderClass() |
AwsRedshiftClusterClusterParameterStatus.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String parameterName()
The name of the parameter.
public final String parameterApplyStatus()
The status of the parameter. Indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when it was applied.
Valid values: in-sync | pending-reboot | applying |
invalid-parameter | apply-deferred | apply-error |
unknown-error
Valid values: in-sync | pending-reboot | applying |
invalid-parameter | apply-deferred | apply-error |
unknown-error
public final String parameterApplyErrorDescription()
The error that prevented the parameter from being applied to the database.
public AwsRedshiftClusterClusterParameterStatus.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsRedshiftClusterClusterParameterStatus.Builder,AwsRedshiftClusterClusterParameterStatus>public static AwsRedshiftClusterClusterParameterStatus.Builder builder()
public static Class<? extends AwsRedshiftClusterClusterParameterStatus.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.