public static interface UpdateParameterGroupRequest.Builder extends DaxRequest.Builder, SdkPojo, CopyableBuilder<UpdateParameterGroupRequest.Builder,UpdateParameterGroupRequest>
build
overrideConfiguration
copy
applyMutation, 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 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateParameterGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.