Interface CreateDbParameterGroupRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateDbParameterGroupRequest.Builder,,CreateDbParameterGroupRequest> SdkBuilder<CreateDbParameterGroupRequest.Builder,,CreateDbParameterGroupRequest> SdkPojo,SdkRequest.Builder,TimestreamInfluxDbRequest.Builder
- Enclosing class:
CreateDbParameterGroupRequest
public static interface CreateDbParameterGroupRequest.Builder
extends TimestreamInfluxDbRequest.Builder, SdkPojo, CopyableBuilder<CreateDbParameterGroupRequest.Builder,CreateDbParameterGroupRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) A description of the DB parameter group.The name of the DB parameter group.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.parameters(Consumer<Parameters.Builder> parameters) A list of the parameters that comprise the DB parameter group.parameters(Parameters parameters) A list of the parameters that comprise the DB parameter group.A list of key-value pairs to associate with the DB parameter 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.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.timestreaminfluxdb.model.TimestreamInfluxDbRequest.Builder
build
-
Method Details
-
name
The name of the DB parameter group. The name must be unique per customer and per region.
- Parameters:
name- The name of the DB parameter group. The name must be unique per customer and per region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the DB parameter group.
- Parameters:
description- A description of the DB parameter group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
A list of the parameters that comprise the DB parameter group.
- Parameters:
parameters- A list of the parameters that comprise the DB parameter group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
A list of the parameters that comprise the DB parameter group.
This is a convenience method that creates an instance of theParameters.Builderavoiding the need to create one manually viaParameters.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toparameters(Parameters).- Parameters:
parameters- a consumer that will call methods onParameters.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
A list of key-value pairs to associate with the DB parameter group.
- Parameters:
tags- A list of key-value pairs to associate with the DB parameter group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateDbParameterGroupRequest.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
CreateDbParameterGroupRequest.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.
-