CopyableBuilder<ModifyCacheParameterGroupRequest.Builder,ModifyCacheParameterGroupRequest>
, SdkBuilder<ModifyCacheParameterGroupRequest.Builder,ModifyCacheParameterGroupRequest>
public static interface ModifyCacheParameterGroupRequest.Builder extends CopyableBuilder<ModifyCacheParameterGroupRequest.Builder,ModifyCacheParameterGroupRequest>
Modifier and Type | Method | Description |
---|---|---|
ModifyCacheParameterGroupRequest.Builder |
cacheParameterGroupName(String cacheParameterGroupName) |
The name of the cache parameter group to modify.
|
ModifyCacheParameterGroupRequest.Builder |
parameterNameValues(Collection<ParameterNameValue> parameterNameValues) |
An array of parameter names and values for the parameter update.
|
ModifyCacheParameterGroupRequest.Builder |
parameterNameValues(ParameterNameValue... parameterNameValues) |
An array of parameter names and values for the parameter update.
|
copy
apply, build
ModifyCacheParameterGroupRequest.Builder cacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group to modify.
cacheParameterGroupName
- The name of the cache parameter group to modify.ModifyCacheParameterGroupRequest.Builder parameterNameValues(Collection<ParameterNameValue> parameterNameValues)
An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.
parameterNameValues
- An array of parameter names and values for the parameter update. You must supply at least one
parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be
modified per request.ModifyCacheParameterGroupRequest.Builder parameterNameValues(ParameterNameValue... parameterNameValues)
An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.
NOTE: This method appends the values to the existing list (if any). Use
#setParameterNameValues(java.util.Collection)
or
#withParameterNameValues(java.util.Collection)
if you want to override the existing values.
parameterNameValues
- An array of parameter names and values for the parameter update. You must supply at least one
parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be
modified per request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.