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.
|
build
overrideConfiguration
copy
applyMutation, build
ModifyDbSubnetGroupRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ModifyDbSubnetGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.