public static interface UpdateParameterGroupRequest.Builder extends DAXRequest.Builder, CopyableBuilder<UpdateParameterGroupRequest.Builder,UpdateParameterGroupRequest>
Modifier and Type | Method and 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.
|
UpdateParameterGroupRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
UpdateParameterGroupRequest.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.
parameterNameValues
- An array of name-value pairs for the parameters in the group. Each element in the array represents a
single parameter.UpdateParameterGroupRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.