Cloneable, ReadLimitInfo, ToCopyableBuilder<ResetDBParameterGroupRequest.Builder,ResetDBParameterGroupRequest>@Generated("software.amazon.awssdk:codegen") public class ResetDBParameterGroupRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ResetDBParameterGroupRequest.Builder,ResetDBParameterGroupRequest>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
ResetDBParameterGroupRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static ResetDBParameterGroupRequest.Builder |
builder() |
|
String |
dbParameterGroupName() |
The name of the DB parameter group.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<Parameter> |
parameters() |
To reset the entire DB parameter group, specify the
DBParameterGroup name and
ResetAllParameters parameters. |
Boolean |
resetAllParameters() |
Specifies whether (
true) or not (false) to reset all parameters in the DB parameter
group to default values. |
static Class<? extends ResetDBParameterGroupRequest.Builder> |
serializableBuilderClass() |
|
ResetDBParameterGroupRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String dbParameterGroupName()
The name of the DB parameter group.
Constraints:
Must be 1 to 255 alphanumeric characters
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
Constraints:
Must be 1 to 255 alphanumeric characters
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
public Boolean resetAllParameters()
Specifies whether (true) or not (false) to reset all parameters in the DB parameter
group to default values.
Default: true
true) or not (false) to reset all parameters in the DB
parameter group to default values.
Default: true
public List<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
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.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ResetDBParameterGroupRequest.Builder,ResetDBParameterGroupRequest>public static ResetDBParameterGroupRequest.Builder builder()
public static Class<? extends ResetDBParameterGroupRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.