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
-
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.services.docdb.model.DocDbRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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
CreateDbClusterParameterGroupRequest.Builder dbParameterGroupFamily(String 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
CreateDbClusterParameterGroupRequest.Builder description(String 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
CreateDbClusterParameterGroupRequest.Builder tags(Collection<Tag> 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
CreateDbClusterParameterGroupRequest.Builder tags(Tag... 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
CreateDbClusterParameterGroupRequest.Builder tags(Consumer<Tag.Builder>... 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 to#tags(List.) - 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:
#tags(java.util.Collection)
-
overrideConfiguration
CreateDbClusterParameterGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateDbClusterParameterGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-