CopyableBuilder<UpdateParameterGroupRequest.Builder,UpdateParameterGroupRequest>, SdkBuilder<UpdateParameterGroupRequest.Builder,UpdateParameterGroupRequest>public static interface UpdateParameterGroupRequest.Builder extends CopyableBuilder<UpdateParameterGroupRequest.Builder,UpdateParameterGroupRequest>
| Modifier and Type | Method | Description |
|---|---|---|
UpdateParameterGroupRequest.Builder |
parameterGroupName(String parameterGroupName) |
The name of the parameter group.
|
UpdateParameterGroupRequest.Builder |
parameterNameValues(Collection<ParameterNameValue> parameterNameValues) |
An array of name-value pairs for the parameters in the group.
|
UpdateParameterGroupRequest.Builder |
parameterNameValues(ParameterNameValue... parameterNameValues) |
An array of name-value pairs for the parameters in the group.
|
copyapply, buildUpdateParameterGroupRequest.Builder parameterGroupName(String parameterGroupName)
The name of the parameter group.
parameterGroupName - The name of the parameter group.UpdateParameterGroupRequest.Builder parameterNameValues(Collection<ParameterNameValue> parameterNameValues)
An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.
parameterNameValues - An array of name-value pairs for the parameters in the group. Each element in the array represents a
single parameter.UpdateParameterGroupRequest.Builder parameterNameValues(ParameterNameValue... parameterNameValues)
An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.
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 name-value pairs for the parameters in the group. Each element in the array represents a
single parameter.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.