public static interface ResetDbParameterGroupRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<ResetDbParameterGroupRequest.Builder,ResetDbParameterGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
ResetDbParameterGroupRequest.Builder |
dbParameterGroupName(String dbParameterGroupName)
The name of the DB parameter group.
|
ResetDbParameterGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ResetDbParameterGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ResetDbParameterGroupRequest.Builder |
parameters(Collection<Parameter> parameters)
To reset the entire DB parameter group, specify the
DBParameterGroup name and
ResetAllParameters parameters. |
ResetDbParameterGroupRequest.Builder |
parameters(Consumer<Parameter.Builder>... parameters)
To reset the entire DB parameter group, specify the
DBParameterGroup name and
ResetAllParameters parameters. |
ResetDbParameterGroupRequest.Builder |
parameters(Parameter... parameters)
To reset the entire DB parameter group, specify the
DBParameterGroup name and
ResetAllParameters parameters. |
ResetDbParameterGroupRequest.Builder |
resetAllParameters(Boolean resetAllParameters)
Specifies whether (
true) or not (false) to reset all parameters in the DB parameter
group to default values. |
buildoverrideConfigurationcopyapplyMutation, buildResetDbParameterGroupRequest.Builder dbParameterGroupName(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.
ResetDbParameterGroupRequest.Builder resetAllParameters(Boolean resetAllParameters)
Specifies whether (true) or not (false) to reset all parameters in the DB parameter
group to default values.
Default: true
resetAllParameters - Specifies whether (true) or not (false) to reset all parameters in the DB
parameter group to default values.
Default: true
ResetDbParameterGroupRequest.Builder parameters(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
ResetDbParameterGroupRequest.Builder parameters(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
ResetDbParameterGroupRequest.Builder parameters(Consumer<Parameter.Builder>... 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
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #parameters(List) .parameters - a consumer that will call methods on List.Builder #parameters(List) ResetDbParameterGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ResetDbParameterGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.