Interface CreateDbClusterParameterGroupRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CreateDbClusterParameterGroupRequest.Builder,,- CreateDbClusterParameterGroupRequest> - DocDbRequest.Builder,- SdkBuilder<CreateDbClusterParameterGroupRequest.Builder,,- CreateDbClusterParameterGroupRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- CreateDbClusterParameterGroupRequest
@Mutable
@NotThreadSafe
public static interface CreateDbClusterParameterGroupRequest.Builder
extends DocDbRequest.Builder, SdkPojo, CopyableBuilder<CreateDbClusterParameterGroupRequest.Builder,CreateDbClusterParameterGroupRequest> 
- 
Method SummaryModifier 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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.docdb.model.DocDbRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
dbClusterParameterGroupNameCreateDbClusterParameterGroupRequest.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.
 
- 
 
- 
dbParameterGroupFamilyThe 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.
 
- 
descriptionThe 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.
 
- 
tagsThe 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.
 
- 
tagsThe 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.
 
- 
tagsThe 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 on- Tag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationCreateDbClusterParameterGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreateDbClusterParameterGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-