public static final class QueryPreCheckDatabaseRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
QueryPreCheckDatabaseRequest |
build() |
QueryPreCheckDatabaseRequest.Builder |
instanceUuid(String instanceUuid)
The UUID of the agent that is used to back up the data of the database.
|
QueryPreCheckDatabaseRequest.Builder |
taskId(String taskId)
The ID of the database precheck task.
|
QueryPreCheckDatabaseRequest.Builder |
uniRegionId(String uniRegionId)
The region ID of the server that hosts the database.
|
public QueryPreCheckDatabaseRequest.Builder instanceUuid(String instanceUuid)
The UUID of the agent that is used to back up the data of the database.
example:You can call the DescribeUniBackupDatabase operation to query the UUID.
ebc895506c6911ed800000163e0e****
public QueryPreCheckDatabaseRequest.Builder taskId(String taskId)
The ID of the database precheck task.
example:You can call the StartPreCheckDatabase operation to query the ID of the database precheck task.
t-000bc9nqwxsbyvod****
public QueryPreCheckDatabaseRequest.Builder uniRegionId(String uniRegionId)
The region ID of the server that hosts the database.
This parameter is required.
example:cn-hangzhou
public QueryPreCheckDatabaseRequest build()
Copyright © 2026. All rights reserved.