Interface CreateDbClusterParameterGroupRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<CreateDbClusterParameterGroupRequest.Builder,,CreateDbClusterParameterGroupRequest> DocDbRequest.Builder,SdkBuilder<CreateDbClusterParameterGroupRequest.Builder,,CreateDbClusterParameterGroupRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 CreateDbClusterParameterGroupRequest
public static interface CreateDbClusterParameterGroupRequest.Builder
extends DocDbRequest.Builder, SdkPojo, CopyableBuilder<CreateDbClusterParameterGroupRequest.Builder,CreateDbClusterParameterGroupRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptiondbClusterParameterGroupName(String dbClusterParameterGroupName) The name of the cluster parameter group.dbParameterGroupFamily(String dbParameterGroupFamily) The cluster parameter group family name.description(String description) The description for the cluster parameter group.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tags(Collection<Tag> tags) The tags to be assigned to the cluster parameter group.tags(Consumer<Tag.Builder>... tags) The tags to be assigned to the cluster parameter group.The tags to be assigned to the cluster 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.services.docdb.model.DocDbRequest.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
- 
dbClusterParameterGroupName
CreateDbClusterParameterGroupRequest.Builder dbClusterParameterGroupName(String dbClusterParameterGroupName) The name of the cluster parameter group.
Constraints:
- 
 
Must not match the name of an existing
DBClusterParameterGroup. 
This value is stored as a lowercase string.
- Parameters:
 dbClusterParameterGroupName- The name of the cluster parameter group.Constraints:
- 
        
Must not match the name of an existing
DBClusterParameterGroup. 
This value is stored as a lowercase string.
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
 
 - 
dbParameterGroupFamily
The cluster parameter group family name.
- Parameters:
 dbParameterGroupFamily- The cluster parameter group family name.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
description
The description for the cluster parameter group.
- Parameters:
 description- The description for the cluster parameter group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
The tags to be assigned to the cluster parameter group.
- Parameters:
 tags- The tags to be assigned to the cluster parameter group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
The tags to be assigned to the cluster parameter group.
- Parameters:
 tags- The tags to be assigned to the cluster parameter group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
The tags to be assigned to the cluster parameter group.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
 tags- a consumer that will call methods onTag.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
overrideConfiguration
CreateDbClusterParameterGroupRequest.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
CreateDbClusterParameterGroupRequest.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.
 
 
 -