public static interface ModifyDbSubnetGroupRequest.Builder extends RdsRequest.Builder, SdkPojo, 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 | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
ModifyDbSubnetGroupRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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. 
 | 
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ModifyDbSubnetGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.