public static interface CreateDbSubnetGroupRequest.Builder extends NeptuneRequest.Builder, SdkPojo, CopyableBuilder<CreateDbSubnetGroupRequest.Builder,CreateDbSubnetGroupRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDbSubnetGroupRequest.Builder dbSubnetGroupName(String dbSubnetGroupName)
The name for the DB subnet group. This value is stored as a lowercase string.
Constraints: Must contain no more than 255 letters, numbers, periods, underscores, spaces, or hyphens. Must not be default.
Example: mySubnetgroup
dbSubnetGroupName - The name for the DB subnet group. This value is stored as a lowercase string.
Constraints: Must contain no more than 255 letters, numbers, periods, underscores, spaces, or hyphens. Must not be default.
Example: mySubnetgroup
CreateDbSubnetGroupRequest.Builder dbSubnetGroupDescription(String dbSubnetGroupDescription)
The description for the DB subnet group.
dbSubnetGroupDescription - The description for the DB subnet group.CreateDbSubnetGroupRequest.Builder subnetIds(Collection<String> subnetIds)
The EC2 Subnet IDs for the DB subnet group.
subnetIds - The EC2 Subnet IDs for the DB subnet group.CreateDbSubnetGroupRequest.Builder subnetIds(String... subnetIds)
The EC2 Subnet IDs for the DB subnet group.
subnetIds - The EC2 Subnet IDs for the DB subnet group.CreateDbSubnetGroupRequest.Builder tags(Collection<Tag> tags)
The tags to be assigned to the new DB subnet group.
tags - The tags to be assigned to the new DB subnet group.CreateDbSubnetGroupRequest.Builder tags(Tag... tags)
The tags to be assigned to the new DB subnet group.
tags - The tags to be assigned to the new DB subnet group.CreateDbSubnetGroupRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags to be assigned to the new DB subnet 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) CreateDbSubnetGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDbSubnetGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.