public static interface DeleteDbSubnetGroupRequest.Builder extends DocDbRequest.Builder, SdkPojo, CopyableBuilder<DeleteDbSubnetGroupRequest.Builder,DeleteDbSubnetGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteDbSubnetGroupRequest.Builder |
dbSubnetGroupName(String dbSubnetGroupName)
The name of the database subnet group to delete.
|
DeleteDbSubnetGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteDbSubnetGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteDbSubnetGroupRequest.Builder dbSubnetGroupName(String dbSubnetGroupName)
The name of the database subnet group to delete.
You can't delete the default subnet group.
Constraints:
Must match the name of an existing DBSubnetGroup. Must not be default.
Example: mySubnetgroup
dbSubnetGroupName - The name of the database subnet group to delete. You can't delete the default subnet group.
Constraints:
Must match the name of an existing DBSubnetGroup. Must not be default.
Example: mySubnetgroup
DeleteDbSubnetGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteDbSubnetGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.