public static interface CreateDbClusterParameterGroupRequest.Builder extends DocDbRequest.Builder, SdkPojo, CopyableBuilder<CreateDbClusterParameterGroupRequest.Builder,CreateDbClusterParameterGroupRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDbClusterParameterGroupRequest.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.
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.
CreateDbClusterParameterGroupRequest.Builder dbParameterGroupFamily(String dbParameterGroupFamily)
The cluster parameter group family name.
dbParameterGroupFamily - The cluster parameter group family name.CreateDbClusterParameterGroupRequest.Builder description(String description)
The description for the cluster parameter group.
description - The description for the cluster parameter group.CreateDbClusterParameterGroupRequest.Builder tags(Collection<Tag> tags)
The tags to be assigned to the cluster parameter group.
tags - The tags to be assigned to the cluster parameter group.CreateDbClusterParameterGroupRequest.Builder tags(Tag... tags)
The tags to be assigned to the cluster parameter group.
tags - The tags to be assigned to the cluster parameter group.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.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) CreateDbClusterParameterGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDbClusterParameterGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.