@Generated(value="software.amazon.awssdk:codegen") public final class ClusterParameterStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClusterParameterStatus.Builder,ClusterParameterStatus>
Describes the status of a parameter group.
Modifier and Type | Class and Description |
---|---|
static interface |
ClusterParameterStatus.Builder |
Modifier and Type | Method and Description |
---|---|
static ClusterParameterStatus.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<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 that indicates whether the parameter is in sync with the database, waiting for a
cluster reboot, or encountered an error when being applied.
|
String |
parameterName()
The name of the parameter.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ClusterParameterStatus.Builder> |
serializableBuilderClass() |
ClusterParameterStatus.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
copy
public final String parameterName()
The name of the parameter.
public final String parameterApplyStatus()
The status of the parameter that indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when being applied.
The following are possible statuses and descriptions.
in-sync
: The parameter value is in sync with the database.
pending-reboot
: The parameter value will be applied after the cluster reboots.
applying
: The parameter value is being applied to the database.
invalid-parameter
: Cannot apply the parameter value because it has an invalid value or syntax.
apply-deferred
: The parameter contains static property changes. The changes are deferred until the
cluster reboots.
apply-error
: Cannot connect to the cluster. The parameter change will be applied after the cluster
reboots.
unknown-error
: Cannot apply the parameter change right now. The change will be applied after the
cluster reboots.
The following are possible statuses and descriptions.
in-sync
: The parameter value is in sync with the database.
pending-reboot
: The parameter value will be applied after the cluster reboots.
applying
: The parameter value is being applied to the database.
invalid-parameter
: Cannot apply the parameter value because it has an invalid value or
syntax.
apply-deferred
: The parameter contains static property changes. The changes are deferred
until the cluster reboots.
apply-error
: Cannot connect to the cluster. The parameter change will be applied after the
cluster reboots.
unknown-error
: Cannot apply the parameter change right now. The change will be applied after
the cluster reboots.
public final String parameterApplyErrorDescription()
The error that prevented the parameter from being applied to the database.
public ClusterParameterStatus.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ClusterParameterStatus.Builder,ClusterParameterStatus>
public static ClusterParameterStatus.Builder builder()
public static Class<? extends ClusterParameterStatus.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.