CopyableBuilder<ModifyDBParameterGroupRequest.Builder,ModifyDBParameterGroupRequest>
, SdkBuilder<ModifyDBParameterGroupRequest.Builder,ModifyDBParameterGroupRequest>
public static interface ModifyDBParameterGroupRequest.Builder extends CopyableBuilder<ModifyDBParameterGroupRequest.Builder,ModifyDBParameterGroupRequest>
Modifier and Type | Method | Description |
---|---|---|
ModifyDBParameterGroupRequest.Builder |
dbParameterGroupName(String dbParameterGroupName) |
The name of the DB parameter group.
|
ModifyDBParameterGroupRequest.Builder |
parameters(Collection<Parameter> 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.
|
copy
apply, build
ModifyDBParameterGroupRequest.Builder dbParameterGroupName(String dbParameterGroupName)
The name of the DB parameter group.
Constraints:
Must be the name of an existing DB parameter group
Must be 1 to 255 alphanumeric characters
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
dbParameterGroupName
- The name of the DB parameter group.
Constraints:
Must be the name of an existing DB parameter group
Must be 1 to 255 alphanumeric characters
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
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.
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
- 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.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.