Interface CreateDbParameterGroupRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateDbParameterGroupRequest.Builder,
,CreateDbParameterGroupRequest> SdkBuilder<CreateDbParameterGroupRequest.Builder,
,CreateDbParameterGroupRequest> SdkPojo
,SdkRequest.Builder
,TimestreamInfluxDbRequest.Builder
- Enclosing class:
CreateDbParameterGroupRequest
@Mutable
@NotThreadSafe
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
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods 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.Builder
avoiding the need to create one manually viaParameters.builder()
.When the
Consumer
completes,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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-