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(Consumer<ParameterNameValue.Builder>... 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.
|
UpdateParameterGroupRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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.
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(Consumer<ParameterNameValue.Builder>... parameterNameValues)
An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #parameterNameValues(List) .parameterNameValues - a consumer that will call methods on List.Builder #parameterNameValues(List) UpdateParameterGroupRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateParameterGroupRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.