public static interface DeleteDbSubnetGroupRequest.Builder extends RdsRequest.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: mydbsubnetgroup
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: mydbsubnetgroup
DeleteDbSubnetGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteDbSubnetGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.