CopyableBuilder<ModifyClusterParameterGroupRequest.Builder,ModifyClusterParameterGroupRequest>
, SdkBuilder<ModifyClusterParameterGroupRequest.Builder,ModifyClusterParameterGroupRequest>
public static interface ModifyClusterParameterGroupRequest.Builder extends CopyableBuilder<ModifyClusterParameterGroupRequest.Builder,ModifyClusterParameterGroupRequest>
Modifier and Type | Method | Description |
---|---|---|
ModifyClusterParameterGroupRequest.Builder |
parameterGroupName(String parameterGroupName) |
The name of the parameter group to be modified.
|
ModifyClusterParameterGroupRequest.Builder |
parameters(Collection<Parameter> parameters) |
An array of parameters to be modified.
|
ModifyClusterParameterGroupRequest.Builder |
parameters(Parameter... parameters) |
An array of parameters to be modified.
|
copy
apply, build
ModifyClusterParameterGroupRequest.Builder parameterGroupName(String parameterGroupName)
The name of the parameter group to be modified.
parameterGroupName
- The name of the parameter group to be modified.ModifyClusterParameterGroupRequest.Builder parameters(Collection<Parameter> parameters)
An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.
For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.
For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.
parameters
- An array of parameters to be modified. A maximum of 20 parameters can be modified in a single
request.
For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.
For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.
ModifyClusterParameterGroupRequest.Builder parameters(Parameter... parameters)
An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.
For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.
For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.
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 parameters to be modified. A maximum of 20 parameters can be modified in a single
request.
For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.
For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.