@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResetDBParameterGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ResetDBParameterGroupRequest()
Default constructor for ResetDBParameterGroupRequest object.
|
ResetDBParameterGroupRequest(String dBParameterGroupName)
Constructs a new ResetDBParameterGroupRequest object.
|
Modifier and Type | Method and Description |
---|---|
ResetDBParameterGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDBParameterGroupName()
The name of the DB parameter group.
|
List<Parameter> |
getParameters()
To reset the entire DB parameter group, specify the
DBParameterGroup name and
ResetAllParameters parameters. |
Boolean |
getResetAllParameters()
Specifies whether to reset all parameters in the DB parameter group to default values.
|
int |
hashCode() |
Boolean |
isResetAllParameters()
Specifies whether to reset all parameters in the DB parameter group to default values.
|
void |
setDBParameterGroupName(String dBParameterGroupName)
The name of the DB parameter group.
|
void |
setParameters(Collection<Parameter> parameters)
To reset the entire DB parameter group, specify the
DBParameterGroup name and
ResetAllParameters parameters. |
void |
setResetAllParameters(Boolean resetAllParameters)
Specifies whether to reset all parameters in the DB parameter group to default values.
|
String |
toString()
Returns a string representation of this object.
|
ResetDBParameterGroupRequest |
withDBParameterGroupName(String dBParameterGroupName)
The name of the DB parameter group.
|
ResetDBParameterGroupRequest |
withParameters(Collection<Parameter> parameters)
To reset the entire DB parameter group, specify the
DBParameterGroup name and
ResetAllParameters parameters. |
ResetDBParameterGroupRequest |
withParameters(Parameter... parameters)
To reset the entire DB parameter group, specify the
DBParameterGroup name and
ResetAllParameters parameters. |
ResetDBParameterGroupRequest |
withResetAllParameters(Boolean resetAllParameters)
Specifies whether to reset all parameters in the DB parameter group to default values.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public ResetDBParameterGroupRequest()
public ResetDBParameterGroupRequest(String dBParameterGroupName)
dBParameterGroupName
- The name of the DB parameter group.
Constraints:
Must match the name of an existing DBParameterGroup
.
public void setDBParameterGroupName(String dBParameterGroupName)
The name of the DB parameter group.
Constraints:
Must match the name of an existing DBParameterGroup
.
dBParameterGroupName
- The name of the DB parameter group.
Constraints:
Must match the name of an existing DBParameterGroup
.
public String getDBParameterGroupName()
The name of the DB parameter group.
Constraints:
Must match the name of an existing DBParameterGroup
.
Constraints:
Must match the name of an existing DBParameterGroup
.
public ResetDBParameterGroupRequest withDBParameterGroupName(String dBParameterGroupName)
The name of the DB parameter group.
Constraints:
Must match the name of an existing DBParameterGroup
.
dBParameterGroupName
- The name of the DB parameter group.
Constraints:
Must match the name of an existing DBParameterGroup
.
public void setResetAllParameters(Boolean resetAllParameters)
Specifies whether to reset all parameters in the DB parameter group to default values. By default, all parameters in the DB parameter group are reset to default values.
resetAllParameters
- Specifies whether to reset all parameters in the DB parameter group to default values. By default, all
parameters in the DB parameter group are reset to default values.public Boolean getResetAllParameters()
Specifies whether to reset all parameters in the DB parameter group to default values. By default, all parameters in the DB parameter group are reset to default values.
public ResetDBParameterGroupRequest withResetAllParameters(Boolean resetAllParameters)
Specifies whether to reset all parameters in the DB parameter group to default values. By default, all parameters in the DB parameter group are reset to default values.
resetAllParameters
- Specifies whether to reset all parameters in the DB parameter group to default values. By default, all
parameters in the DB parameter group are reset to default values.public Boolean isResetAllParameters()
Specifies whether to reset all parameters in the DB parameter group to default values. By default, all parameters in the DB parameter group are reset to default values.
public List<Parameter> getParameters()
To reset the entire DB parameter group, specify the DBParameterGroup
name and
ResetAllParameters
parameters. To reset specific parameters, provide a list of the following:
ParameterName
and ApplyMethod
. A maximum of 20 parameters can be modified in a single
request.
MySQL
Valid Values (for Apply method): immediate
| pending-reboot
You can use the immediate value with dynamic parameters only. You can use the pending-reboot
value
for both dynamic and static parameters, and changes are applied when DB instance reboots.
MariaDB
Valid Values (for Apply method): immediate
| pending-reboot
You can use the immediate value with dynamic parameters only. You can use the pending-reboot
value
for both dynamic and static parameters, and changes are applied when DB instance reboots.
Oracle
Valid Values (for Apply method): pending-reboot
DBParameterGroup
name and
ResetAllParameters
parameters. To reset specific parameters, provide a list of the
following: ParameterName
and ApplyMethod
. A maximum of 20 parameters can be
modified in a single request.
MySQL
Valid Values (for Apply method): immediate
| pending-reboot
You can use the immediate value with dynamic parameters only. You can use the pending-reboot
value for both dynamic and static parameters, and changes are applied when DB instance reboots.
MariaDB
Valid Values (for Apply method): immediate
| pending-reboot
You can use the immediate value with dynamic parameters only. You can use the pending-reboot
value for both dynamic and static parameters, and changes are applied when DB instance reboots.
Oracle
Valid Values (for Apply method): pending-reboot
public void setParameters(Collection<Parameter> parameters)
To reset the entire DB parameter group, specify the DBParameterGroup
name and
ResetAllParameters
parameters. To reset specific parameters, provide a list of the following:
ParameterName
and ApplyMethod
. A maximum of 20 parameters can be modified in a single
request.
MySQL
Valid Values (for Apply method): immediate
| pending-reboot
You can use the immediate value with dynamic parameters only. You can use the pending-reboot
value
for both dynamic and static parameters, and changes are applied when DB instance reboots.
MariaDB
Valid Values (for Apply method): immediate
| pending-reboot
You can use the immediate value with dynamic parameters only. You can use the pending-reboot
value
for both dynamic and static parameters, and changes are applied when DB instance reboots.
Oracle
Valid Values (for Apply method): pending-reboot
parameters
- To reset the entire DB parameter group, specify the DBParameterGroup
name and
ResetAllParameters
parameters. To reset specific parameters, provide a list of the following:
ParameterName
and ApplyMethod
. A maximum of 20 parameters can be modified in a
single request.
MySQL
Valid Values (for Apply method): immediate
| pending-reboot
You can use the immediate value with dynamic parameters only. You can use the pending-reboot
value for both dynamic and static parameters, and changes are applied when DB instance reboots.
MariaDB
Valid Values (for Apply method): immediate
| pending-reboot
You can use the immediate value with dynamic parameters only. You can use the pending-reboot
value for both dynamic and static parameters, and changes are applied when DB instance reboots.
Oracle
Valid Values (for Apply method): pending-reboot
public ResetDBParameterGroupRequest withParameters(Parameter... parameters)
To reset the entire DB parameter group, specify the DBParameterGroup
name and
ResetAllParameters
parameters. To reset specific parameters, provide a list of the following:
ParameterName
and ApplyMethod
. A maximum of 20 parameters can be modified in a single
request.
MySQL
Valid Values (for Apply method): immediate
| pending-reboot
You can use the immediate value with dynamic parameters only. You can use the pending-reboot
value
for both dynamic and static parameters, and changes are applied when DB instance reboots.
MariaDB
Valid Values (for Apply method): immediate
| pending-reboot
You can use the immediate value with dynamic parameters only. You can use the pending-reboot
value
for both dynamic and static parameters, and changes are applied when DB instance reboots.
Oracle
Valid Values (for Apply method): pending-reboot
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.
parameters
- To reset the entire DB parameter group, specify the DBParameterGroup
name and
ResetAllParameters
parameters. To reset specific parameters, provide a list of the following:
ParameterName
and ApplyMethod
. A maximum of 20 parameters can be modified in a
single request.
MySQL
Valid Values (for Apply method): immediate
| pending-reboot
You can use the immediate value with dynamic parameters only. You can use the pending-reboot
value for both dynamic and static parameters, and changes are applied when DB instance reboots.
MariaDB
Valid Values (for Apply method): immediate
| pending-reboot
You can use the immediate value with dynamic parameters only. You can use the pending-reboot
value for both dynamic and static parameters, and changes are applied when DB instance reboots.
Oracle
Valid Values (for Apply method): pending-reboot
public ResetDBParameterGroupRequest withParameters(Collection<Parameter> parameters)
To reset the entire DB parameter group, specify the DBParameterGroup
name and
ResetAllParameters
parameters. To reset specific parameters, provide a list of the following:
ParameterName
and ApplyMethod
. A maximum of 20 parameters can be modified in a single
request.
MySQL
Valid Values (for Apply method): immediate
| pending-reboot
You can use the immediate value with dynamic parameters only. You can use the pending-reboot
value
for both dynamic and static parameters, and changes are applied when DB instance reboots.
MariaDB
Valid Values (for Apply method): immediate
| pending-reboot
You can use the immediate value with dynamic parameters only. You can use the pending-reboot
value
for both dynamic and static parameters, and changes are applied when DB instance reboots.
Oracle
Valid Values (for Apply method): pending-reboot
parameters
- To reset the entire DB parameter group, specify the DBParameterGroup
name and
ResetAllParameters
parameters. To reset specific parameters, provide a list of the following:
ParameterName
and ApplyMethod
. A maximum of 20 parameters can be modified in a
single request.
MySQL
Valid Values (for Apply method): immediate
| pending-reboot
You can use the immediate value with dynamic parameters only. You can use the pending-reboot
value for both dynamic and static parameters, and changes are applied when DB instance reboots.
MariaDB
Valid Values (for Apply method): immediate
| pending-reboot
You can use the immediate value with dynamic parameters only. You can use the pending-reboot
value for both dynamic and static parameters, and changes are applied when DB instance reboots.
Oracle
Valid Values (for Apply method): pending-reboot
public String toString()
toString
in class Object
Object.toString()
public ResetDBParameterGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()