public static interface ModifyDbParameterGroupRequest.Builder extends RdsRequest.Builder, 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)
Add an optional request override configuration. 
 | 
ModifyDbParameterGroupRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
ModifyDbParameterGroupRequest.Builder | 
parameters(Collection<Parameter> parameters)
 An array of parameter names, values, and the apply method for the parameter update. 
 | 
ModifyDbParameterGroupRequest.Builder | 
parameters(Consumer<Parameter.Builder>... parameters)
 An array of parameter names, values, and the apply method for the parameter update. 
 | 
ModifyDbParameterGroupRequest.Builder | 
parameters(Parameter... parameters)
 An array of parameter names, values, and the apply method for the parameter update. 
 | 
buildoverrideConfigurationcopyapplyMutation, buildModifyDbParameterGroupRequest.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 apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent 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, and changes are applied when you reboot the DB instance without failover.
parameters - An array of parameter names, values, and the apply method for the parameter update. At least one
        parameter name, value, and apply method must be supplied; subsequent 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, and changes are applied when you reboot the DB instance without failover.
ModifyDbParameterGroupRequest.Builder parameters(Parameter... parameters)
An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent 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, and changes are applied when you reboot the DB instance without failover.
parameters - An array of parameter names, values, and the apply method for the parameter update. At least one
        parameter name, value, and apply method must be supplied; subsequent 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, and changes are applied when you reboot the DB instance without failover.
ModifyDbParameterGroupRequest.Builder parameters(Consumer<Parameter.Builder>... parameters)
An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent 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, and changes are applied when you reboot the DB instance without failover.
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) ModifyDbParameterGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ModifyDbParameterGroupRequest.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.