Interface UpdateParameterGroupRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<UpdateParameterGroupRequest.Builder,,UpdateParameterGroupRequest> DaxRequest.Builder,SdkBuilder<UpdateParameterGroupRequest.Builder,,UpdateParameterGroupRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 UpdateParameterGroupRequest
- 
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.parameterGroupName(String parameterGroupName) The name of the parameter group.parameterNameValues(Collection<ParameterNameValue> parameterNameValues) An array of name-value pairs for the parameters in the group.parameterNameValues(Consumer<ParameterNameValue.Builder>... parameterNameValues) An array of name-value pairs for the parameters in the group.parameterNameValues(ParameterNameValue... parameterNameValues) An array of name-value pairs for the parameters in the group.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.dax.model.DaxRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
parameterGroupName
The name of the parameter group.
- Parameters:
 parameterGroupName- The name of the parameter group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
parameterNameValues
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-millisandquery-ttl-millisare the only supported parameter names. For more details, see Configuring TTL Settings.- Parameters:
 parameterNameValues- An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.record-ttl-millisandquery-ttl-millisare the only supported parameter names. For more details, see Configuring TTL Settings.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
parameterNameValues
An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.
record-ttl-millisandquery-ttl-millisare the only supported parameter names. For more details, see Configuring TTL Settings.- Parameters:
 parameterNameValues- An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.record-ttl-millisandquery-ttl-millisare the only supported parameter names. For more details, see Configuring TTL Settings.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
parameterNameValues
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 method that creates an instance of therecord-ttl-millisandquery-ttl-millisare the only supported parameter names. For more details, see Configuring TTL Settings.ParameterNameValue.Builderavoiding the need to create one manually viaParameterNameValue.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toparameterNameValues(List<ParameterNameValue>).- Parameters:
 parameterNameValues- a consumer that will call methods onParameterNameValue.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
overrideConfiguration
UpdateParameterGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
UpdateParameterGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -