public static final class DeleteLogicDatabaseRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DeleteLogicDatabaseRequest |
build() |
DeleteLogicDatabaseRequest.Builder |
logicDbId(Long logicDbId)
The ID of the logical database.
|
DeleteLogicDatabaseRequest.Builder |
regionId(String regionId)
RegionId.
|
DeleteLogicDatabaseRequest.Builder |
tid(Long tid)
The ID of the tenant.
|
public DeleteLogicDatabaseRequest.Builder regionId(String regionId)
public DeleteLogicDatabaseRequest.Builder logicDbId(Long logicDbId)
public DeleteLogicDatabaseRequest.Builder tid(Long tid)
> To view the ID of the tenant, move the pointer over the profile picture in the upper-right corner of the DMS console. For more information, see the "View information about the current tenant" section of the [Manage DMS tenants](https://www.alibabacloud.com/help/en/data-management-service/latest/manage-dms-tenants) topic.
public DeleteLogicDatabaseRequest build()
Copyright © 2023. All rights reserved.