public static interface UpdateParameterGroupRequest.Builder extends DaxRequest.Builder, SdkPojo, CopyableBuilder<UpdateParameterGroupRequest.Builder,UpdateParameterGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateParameterGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateParameterGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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.
record-ttl-millis and query-ttl-millis are the only supported parameter names. For
more details, see Configuring TTL Settings.
parameterNameValues - An array of name-value pairs for the parameters in the group. Each element in the array represents a
single parameter.
record-ttl-millis and query-ttl-millis are the only supported parameter
names. For more details, see Configuring TTL Settings.
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.
record-ttl-millis and query-ttl-millis are the only supported parameter names. For
more details, see Configuring TTL Settings.
parameterNameValues - An array of name-value pairs for the parameters in the group. Each element in the array represents a
single parameter.
record-ttl-millis and query-ttl-millis are the only supported parameter
names. For more details, see Configuring TTL Settings.
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.
record-ttl-millis and query-ttl-millis are the only supported parameter names. For
more details, see Configuring TTL Settings.
ParameterNameValue.Builder avoiding the need to create one
manually via ParameterNameValue.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #parameterNameValues(List.
parameterNameValues - a consumer that will call methods on
ParameterNameValue.Builder#parameterNameValues(java.util.Collection) UpdateParameterGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateParameterGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.