public static final class GetTableTopologyRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
GetTableTopologyRequest |
build() |
GetTableTopologyRequest.Builder |
regionId(String regionId)
RegionId.
|
GetTableTopologyRequest.Builder |
tableGuid(String tableGuid)
The GUID of the table in Data Management (DMS).
|
GetTableTopologyRequest.Builder |
tid(Long tid)
The ID of the tenant.
|
public GetTableTopologyRequest.Builder regionId(String regionId)
public GetTableTopologyRequest.Builder tableGuid(String tableGuid)
> * You can call the [ListLogicTables](~~141875~~) operation with ReturnGuid set to true to query the GUIDs of logical tables in a specific logical database. * You can call the [ListTables](~~141878~~) operation with ReturnGuid set to true to query the GUIDs of tables in a specific physical database.
public GetTableTopologyRequest.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 [Tenant information](~~181330~~) topic.
public GetTableTopologyRequest build()
Copyright © 2023. All rights reserved.