public static interface CreateDbSubnetGroupRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<CreateDbSubnetGroupRequest.Builder,CreateDbSubnetGroupRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateDbSubnetGroupRequest.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.
First character must be a letter.
Example: mydbsubnetgroup
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.
First character must be a letter.
Example: mydbsubnetgroup
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)
Tags to assign to the DB subnet group.
tags
- Tags to assign to the DB subnet group.CreateDbSubnetGroupRequest.Builder tags(Tag... tags)
Tags to assign to the DB subnet group.
tags
- Tags to assign to the DB subnet group.CreateDbSubnetGroupRequest.Builder tags(Consumer<Tag.Builder>... tags)
Tags to assign to the DB subnet 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)
CreateDbSubnetGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
CreateDbSubnetGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.