CopyableBuilder<DeleteDBSubnetGroupRequest.Builder,DeleteDBSubnetGroupRequest>
, SdkBuilder<DeleteDBSubnetGroupRequest.Builder,DeleteDBSubnetGroupRequest>
public static interface DeleteDBSubnetGroupRequest.Builder extends CopyableBuilder<DeleteDBSubnetGroupRequest.Builder,DeleteDBSubnetGroupRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteDBSubnetGroupRequest.Builder |
dbSubnetGroupName(String dbSubnetGroupName) |
The name of the database subnet group to delete.
|
copy
apply, build
DeleteDBSubnetGroupRequest.Builder dbSubnetGroupName(String dbSubnetGroupName)
The name of the database subnet group to delete.
You cannot delete the default subnet group.
Constraints:
Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.
Example: mySubnetgroup
dbSubnetGroupName
- The name of the database subnet group to delete. You cannot delete the default subnet group.
Constraints:
Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.
Example: mySubnetgroup
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.