public class ClusterParameterStatus extends Object implements Serializable, Cloneable
Describes the status of a parameter group.
Constructor and Description |
---|
ClusterParameterStatus() |
Modifier and Type | Method and Description |
---|---|
ClusterParameterStatus |
clone() |
boolean |
equals(Object obj) |
String |
getParameterApplyErrorDescription()
The error that prevented the parameter from being applied to the
database.
|
String |
getParameterApplyStatus()
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 |
getParameterName()
The name of the parameter.
|
int |
hashCode() |
void |
setParameterApplyErrorDescription(String parameterApplyErrorDescription)
The error that prevented the parameter from being applied to the
database.
|
void |
setParameterApplyStatus(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.
|
void |
setParameterName(String parameterName)
The name of the parameter.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ClusterParameterStatus |
withParameterApplyErrorDescription(String parameterApplyErrorDescription)
The error that prevented the parameter from being applied to the
database.
|
ClusterParameterStatus |
withParameterApplyStatus(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.
|
ClusterParameterStatus |
withParameterName(String parameterName)
The name of the parameter.
|
public String getParameterName()
public void setParameterName(String parameterName)
parameterName
- The name of the parameter.public ClusterParameterStatus withParameterName(String parameterName)
Returns a reference to this object so that method calls can be chained together.
parameterName
- The name of the parameter.public String getParameterApplyStatus()
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 void setParameterApplyStatus(String parameterApplyStatus)
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.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.public ClusterParameterStatus withParameterApplyStatus(String parameterApplyStatus)
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.Returns a reference to this object so that method calls can be chained together.
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.public String getParameterApplyErrorDescription()
public void setParameterApplyErrorDescription(String parameterApplyErrorDescription)
parameterApplyErrorDescription
- The error that prevented the parameter from being applied to the
database.public ClusterParameterStatus withParameterApplyErrorDescription(String parameterApplyErrorDescription)
Returns a reference to this object so that method calls can be chained together.
parameterApplyErrorDescription
- The error that prevented the parameter from being applied to the
database.public String toString()
toString
in class Object
Object.toString()
public ClusterParameterStatus clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.