public static interface ModifyDbParameterGroupRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<ModifyDbParameterGroupRequest.Builder,ModifyDbParameterGroupRequest>
Modifier and Type | Method and Description |
---|---|
ModifyDbParameterGroupRequest.Builder |
dbParameterGroupName(String dbParameterGroupName)
The name of the DB parameter group.
|
ModifyDbParameterGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifyDbParameterGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ModifyDbParameterGroupRequest.Builder |
parameters(Collection<Parameter> parameters)
An array of parameter names, values, and the application methods for the parameter update.
|
ModifyDbParameterGroupRequest.Builder |
parameters(Consumer<Parameter.Builder>... parameters)
An array of parameter names, values, and the application methods for the parameter update.
|
ModifyDbParameterGroupRequest.Builder |
parameters(Parameter... parameters)
An array of parameter names, values, and the application methods for the parameter update.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ModifyDbParameterGroupRequest.Builder dbParameterGroupName(String dbParameterGroupName)
The name of the DB parameter group.
Constraints:
If supplied, must match the name of an existing DBParameterGroup
.
dbParameterGroupName
- The name of the DB parameter group.
Constraints:
If supplied, must match the name of an existing DBParameterGroup
.
ModifyDbParameterGroupRequest.Builder parameters(Collection<Parameter> parameters)
An array of parameter names, values, and the application methods for the parameter update. At least one parameter name, value, and application method must be supplied; later arguments are optional. A maximum of 20 parameters can be modified in a single request.
Valid Values (for the application 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.
When the application method is immediate
, changes to dynamic parameters are applied immediately
to the DB instances associated with the parameter group.
When the application method is pending-reboot
, changes to dynamic and static parameters are
applied after a reboot without failover to the DB instances associated with the parameter group.
You can't use pending-reboot
with dynamic parameters on RDS for SQL Server DB instances. Use
immediate
.
For more information on modifying DB parameters, see Working with DB parameter groups in the Amazon RDS User Guide.
parameters
- An array of parameter names, values, and the application methods for the parameter update. At least
one parameter name, value, and application method must be supplied; later arguments are optional. A
maximum of 20 parameters can be modified in a single request.
Valid Values (for the application 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.
When the application method is immediate
, changes to dynamic parameters are applied
immediately to the DB instances associated with the parameter group.
When the application method is pending-reboot
, changes to dynamic and static parameters
are applied after a reboot without failover to the DB instances associated with the parameter group.
You can't use pending-reboot
with dynamic parameters on RDS for SQL Server DB instances.
Use immediate
.
For more information on modifying DB parameters, see Working with DB parameter groups in the Amazon RDS User Guide.
ModifyDbParameterGroupRequest.Builder parameters(Parameter... parameters)
An array of parameter names, values, and the application methods for the parameter update. At least one parameter name, value, and application method must be supplied; later arguments are optional. A maximum of 20 parameters can be modified in a single request.
Valid Values (for the application 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.
When the application method is immediate
, changes to dynamic parameters are applied immediately
to the DB instances associated with the parameter group.
When the application method is pending-reboot
, changes to dynamic and static parameters are
applied after a reboot without failover to the DB instances associated with the parameter group.
You can't use pending-reboot
with dynamic parameters on RDS for SQL Server DB instances. Use
immediate
.
For more information on modifying DB parameters, see Working with DB parameter groups in the Amazon RDS User Guide.
parameters
- An array of parameter names, values, and the application methods for the parameter update. At least
one parameter name, value, and application method must be supplied; later arguments are optional. A
maximum of 20 parameters can be modified in a single request.
Valid Values (for the application 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.
When the application method is immediate
, changes to dynamic parameters are applied
immediately to the DB instances associated with the parameter group.
When the application method is pending-reboot
, changes to dynamic and static parameters
are applied after a reboot without failover to the DB instances associated with the parameter group.
You can't use pending-reboot
with dynamic parameters on RDS for SQL Server DB instances.
Use immediate
.
For more information on modifying DB parameters, see Working with DB parameter groups in the Amazon RDS User Guide.
ModifyDbParameterGroupRequest.Builder parameters(Consumer<Parameter.Builder>... parameters)
An array of parameter names, values, and the application methods for the parameter update. At least one parameter name, value, and application method must be supplied; later arguments are optional. A maximum of 20 parameters can be modified in a single request.
Valid Values (for the application 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.
When the application method is immediate
, changes to dynamic parameters are applied immediately
to the DB instances associated with the parameter group.
When the application method is pending-reboot
, changes to dynamic and static parameters are
applied after a reboot without failover to the DB instances associated with the parameter group.
You can't use pending-reboot
with dynamic parameters on RDS for SQL Server DB instances. Use
immediate
.
For more information on modifying DB parameters, see Working with DB parameter groups in the Amazon RDS User Guide.
This is a convenience method that creates an instance of theList.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)
ModifyDbParameterGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ModifyDbParameterGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.