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 that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateDbClusterParameterGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDbClusterParameterGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.