public static interface ModifyDBSubnetGroupRequest.Builder extends RDSRequest.Builder, CopyableBuilder<ModifyDBSubnetGroupRequest.Builder,ModifyDBSubnetGroupRequest>
| Modifier and Type | Method and 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ModifyDBSubnetGroupRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ModifyDBSubnetGroupRequest.Builder |
subnetIds(Collection<String> subnetIds)
The EC2 subnet IDs for the DB subnet group.
|
ModifyDBSubnetGroupRequest.Builder |
subnetIds(String... subnetIds)
The EC2 subnet IDs for the DB subnet group.
|
buildrequestOverrideConfigcopyapply, buildModifyDBSubnetGroupRequest.Builder dbSubnetGroupName(String dbSubnetGroupName)
The name for the DB subnet group. This value is stored as a lowercase string. You can't modify the default subnet group.
Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.
Example: mySubnetgroup
dbSubnetGroupName - The name for the DB subnet group. This value is stored as a lowercase string. You can't modify the
default subnet group.
Constraints: Must match the name of an existing DBSubnetGroup. 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.
subnetIds - The EC2 subnet IDs for the DB subnet group.ModifyDBSubnetGroupRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ModifyDBSubnetGroupRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.