public static interface CreateDbSubnetGroupRequest.Builder extends DocDbRequest.Builder, SdkPojo, CopyableBuilder<CreateDbSubnetGroupRequest.Builder,CreateDbSubnetGroupRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDbSubnetGroupRequest.Builder dbSubnetGroupName(String dbSubnetGroupName)
The name for the 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 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 subnet group.
dbSubnetGroupDescription - The description for the subnet group.CreateDbSubnetGroupRequest.Builder subnetIds(Collection<String> subnetIds)
The Amazon EC2 subnet IDs for the subnet group.
subnetIds - The Amazon EC2 subnet IDs for the subnet group.CreateDbSubnetGroupRequest.Builder subnetIds(String... subnetIds)
The Amazon EC2 subnet IDs for the subnet group.
subnetIds - The Amazon EC2 subnet IDs for the subnet group.CreateDbSubnetGroupRequest.Builder tags(Collection<Tag> tags)
The tags to be assigned to the subnet group.
tags - The tags to be assigned to the subnet group.CreateDbSubnetGroupRequest.Builder tags(Tag... tags)
The tags to be assigned to the subnet group.
tags - The tags to be assigned to the subnet group.CreateDbSubnetGroupRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags to be assigned to the 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.BuilderCreateDbSubnetGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.