CopyableBuilder<CreateDBSubnetGroupRequest.Builder,CreateDBSubnetGroupRequest>
, SdkBuilder<CreateDBSubnetGroupRequest.Builder,CreateDBSubnetGroupRequest>
public static interface CreateDBSubnetGroupRequest.Builder extends CopyableBuilder<CreateDBSubnetGroupRequest.Builder,CreateDBSubnetGroupRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateDBSubnetGroupRequest.Builder |
dbSubnetGroupDescription(String dbSubnetGroupDescription) |
The description for the DB subnet group.
|
CreateDBSubnetGroupRequest.Builder |
dbSubnetGroupName(String dbSubnetGroupName) |
The name for the DB subnet group.
|
CreateDBSubnetGroupRequest.Builder |
subnetIds(String... subnetIds) |
The EC2 Subnet IDs for the DB subnet group.
|
CreateDBSubnetGroupRequest.Builder |
subnetIds(Collection<String> subnetIds) |
The EC2 Subnet IDs for the DB subnet group.
|
CreateDBSubnetGroupRequest.Builder |
tags(Collection<Tag> tags) |
|
CreateDBSubnetGroupRequest.Builder |
tags(Tag... tags) |
NOTE: This method appends the values to the existing list (if any).
|
copy
apply, 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 alphanumeric characters, 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 alphanumeric characters, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setSubnetIds(java.util.Collection)
or #withSubnetIds(java.util.Collection)
if you want to
override the existing values.
subnetIds
- The EC2 Subnet IDs for the DB subnet group.CreateDBSubnetGroupRequest.Builder tags(Collection<Tag> tags)
tags
- CreateDBSubnetGroupRequest.Builder tags(Tag... tags)
NOTE: This method appends the values to the existing list (if any). Use
#setTags(java.util.Collection)
or #withTags(java.util.Collection)
if you want to override the
existing values.
tags
- Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.