CopyableBuilder<ModifyDBSubnetGroupRequest.Builder,ModifyDBSubnetGroupRequest>
, SdkBuilder<ModifyDBSubnetGroupRequest.Builder,ModifyDBSubnetGroupRequest>
public static interface ModifyDBSubnetGroupRequest.Builder extends CopyableBuilder<ModifyDBSubnetGroupRequest.Builder,ModifyDBSubnetGroupRequest>
Modifier and Type | Method | Description |
---|---|---|
ModifyDBSubnetGroupRequest.Builder |
dbSubnetGroupDescription(String dbSubnetGroupDescription) |
The description for the DB subnet group.
|
ModifyDBSubnetGroupRequest.Builder |
dbSubnetGroupName(String dbSubnetGroupName) |
The name for the DB subnet group.
|
ModifyDBSubnetGroupRequest.Builder |
subnetIds(String... subnetIds) |
The EC2 subnet IDs for the DB subnet group.
|
ModifyDBSubnetGroupRequest.Builder |
subnetIds(Collection<String> subnetIds) |
The EC2 subnet IDs for the DB subnet group.
|
copy
apply, build
ModifyDBSubnetGroupRequest.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
ModifyDBSubnetGroupRequest.Builder dbSubnetGroupDescription(String dbSubnetGroupDescription)
The description for the DB subnet group.
dbSubnetGroupDescription
- The description for the DB subnet group.ModifyDBSubnetGroupRequest.Builder subnetIds(Collection<String> subnetIds)
The EC2 subnet IDs for the DB subnet group.
subnetIds
- The EC2 subnet IDs for the DB subnet group.ModifyDBSubnetGroupRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.