public class ResetDBClusterParameterGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
ResetDBClusterParameterGroup operation.
Modifies the parameters of a DB cluster parameter group to the
default value. To reset specific parameters submit a list of the
following: ParameterName and ApplyMethod .
To reset the entire DB cluster parameter group, specify the
DBClusterParameterGroupName and
ResetAllParameters parameters.
When resetting the entire group, dynamic parameters are updated
immediately and static parameters are set to
pending-reboot to take effect on the next DB instance
restart or RebootDBInstance request. You must call RebootDBInstance
for every DB instance in your DB cluster that you want the updated
static parameter to apply to.
For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.
NOOP| Constructor and Description |
|---|
ResetDBClusterParameterGroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
ResetDBClusterParameterGroupRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getDBClusterParameterGroupName()
The name of the DB cluster parameter group to reset.
|
List<Parameter> |
getParameters()
A list of parameter names in the DB cluster parameter group to reset
to the default values.
|
Boolean |
getResetAllParameters()
A value that is set to
true to reset all parameters in
the DB cluster parameter group to their default values, and
false otherwise. |
int |
hashCode() |
Boolean |
isResetAllParameters()
A value that is set to
true to reset all parameters in
the DB cluster parameter group to their default values, and
false otherwise. |
void |
setDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the DB cluster parameter group to reset.
|
void |
setParameters(Collection<Parameter> parameters)
A list of parameter names in the DB cluster parameter group to reset
to the default values.
|
void |
setResetAllParameters(Boolean resetAllParameters)
A value that is set to
true to reset all parameters in
the DB cluster parameter group to their default values, and
false otherwise. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ResetDBClusterParameterGroupRequest |
withDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the DB cluster parameter group to reset.
|
ResetDBClusterParameterGroupRequest |
withParameters(Collection<Parameter> parameters)
A list of parameter names in the DB cluster parameter group to reset
to the default values.
|
ResetDBClusterParameterGroupRequest |
withParameters(Parameter... parameters)
A list of parameter names in the DB cluster parameter group to reset
to the default values.
|
ResetDBClusterParameterGroupRequest |
withResetAllParameters(Boolean resetAllParameters)
A value that is set to
true to reset all parameters in
the DB cluster parameter group to their default values, and
false otherwise. |
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic String getDBClusterParameterGroupName()
public void setDBClusterParameterGroupName(String dBClusterParameterGroupName)
dBClusterParameterGroupName - The name of the DB cluster parameter group to reset.public ResetDBClusterParameterGroupRequest withDBClusterParameterGroupName(String dBClusterParameterGroupName)
Returns a reference to this object so that method calls can be chained together.
dBClusterParameterGroupName - The name of the DB cluster parameter group to reset.public Boolean isResetAllParameters()
true to reset all parameters in
the DB cluster parameter group to their default values, and
false otherwise. You cannot use this parameter if there
is a list of parameter names specified for the Parameters
parameter.true to reset all parameters in
the DB cluster parameter group to their default values, and
false otherwise. You cannot use this parameter if there
is a list of parameter names specified for the Parameters
parameter.public void setResetAllParameters(Boolean resetAllParameters)
true to reset all parameters in
the DB cluster parameter group to their default values, and
false otherwise. You cannot use this parameter if there
is a list of parameter names specified for the Parameters
parameter.resetAllParameters - A value that is set to true to reset all parameters in
the DB cluster parameter group to their default values, and
false otherwise. You cannot use this parameter if there
is a list of parameter names specified for the Parameters
parameter.public ResetDBClusterParameterGroupRequest withResetAllParameters(Boolean resetAllParameters)
true to reset all parameters in
the DB cluster parameter group to their default values, and
false otherwise. You cannot use this parameter if there
is a list of parameter names specified for the Parameters
parameter.
Returns a reference to this object so that method calls can be chained together.
resetAllParameters - A value that is set to true to reset all parameters in
the DB cluster parameter group to their default values, and
false otherwise. You cannot use this parameter if there
is a list of parameter names specified for the Parameters
parameter.public Boolean getResetAllParameters()
true to reset all parameters in
the DB cluster parameter group to their default values, and
false otherwise. You cannot use this parameter if there
is a list of parameter names specified for the Parameters
parameter.true to reset all parameters in
the DB cluster parameter group to their default values, and
false otherwise. You cannot use this parameter if there
is a list of parameter names specified for the Parameters
parameter.public List<Parameter> getParameters()
ResetAllParameters parameter is set to true.ResetAllParameters parameter is set to true.public void setParameters(Collection<Parameter> parameters)
ResetAllParameters parameter is set to true.parameters - A list of parameter names in the DB cluster parameter group to reset
to the default values. You cannot use this parameter if the
ResetAllParameters parameter is set to true.public ResetDBClusterParameterGroupRequest withParameters(Parameter... parameters)
ResetAllParameters parameter is set to true.
NOTE: This method appends the values to the existing list (if
any). Use setParameters(java.util.Collection) or withParameters(java.util.Collection) if you want to override the
existing values.
Returns a reference to this object so that method calls can be chained together.
parameters - A list of parameter names in the DB cluster parameter group to reset
to the default values. You cannot use this parameter if the
ResetAllParameters parameter is set to true.public ResetDBClusterParameterGroupRequest withParameters(Collection<Parameter> parameters)
ResetAllParameters parameter is set to true.
Returns a reference to this object so that method calls can be chained together.
parameters - A list of parameter names in the DB cluster parameter group to reset
to the default values. You cannot use this parameter if the
ResetAllParameters parameter is set to true.public String toString()
toString in class ObjectObject.toString()public ResetDBClusterParameterGroupRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.