public static interface CreateDbClusterParameterGroupRequest.Builder extends NeptuneRequest.Builder, SdkPojo, CopyableBuilder<CreateDbClusterParameterGroupRequest.Builder,CreateDbClusterParameterGroupRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDbClusterParameterGroupRequest.Builder dbClusterParameterGroupName(String dbClusterParameterGroupName)
The name of the DB cluster parameter group.
Constraints:
Must match the name of an existing DBClusterParameterGroup.
This value is stored as a lowercase string.
dbClusterParameterGroupName - The name of the DB cluster parameter group.
Constraints:
Must match the name of an existing DBClusterParameterGroup.
This value is stored as a lowercase string.
CreateDbClusterParameterGroupRequest.Builder dbParameterGroupFamily(String dbParameterGroupFamily)
The DB cluster parameter group family name. A DB cluster parameter group can be associated with one and only one DB cluster parameter group family, and can be applied only to a DB cluster running a database engine and engine version compatible with that DB cluster parameter group family.
dbParameterGroupFamily - The DB cluster parameter group family name. A DB cluster parameter group can be associated with one
and only one DB cluster parameter group family, and can be applied only to a DB cluster running a
database engine and engine version compatible with that DB cluster parameter group family.CreateDbClusterParameterGroupRequest.Builder description(String description)
The description for the DB cluster parameter group.
description - The description for the DB cluster parameter group.CreateDbClusterParameterGroupRequest.Builder tags(Collection<Tag> tags)
The tags to be assigned to the new DB cluster parameter group.
tags - The tags to be assigned to the new DB cluster parameter group.CreateDbClusterParameterGroupRequest.Builder tags(Tag... tags)
The tags to be assigned to the new DB cluster parameter group.
tags - The tags to be assigned to the new DB cluster parameter group.CreateDbClusterParameterGroupRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags to be assigned to the new DB 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.