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)
> You can call the [DescribeUniBackupDatabase](~~DescribeUniBackupDatabase~~) operation to query the UUID.
public QueryPreCheckDatabaseRequest.Builder taskId(String taskId)
> You can call the [StartPreCheckDatabase](~~StartPreCheckDatabase~~) operation to query the ID of the database precheck task.
public QueryPreCheckDatabaseRequest.Builder uniRegionId(String uniRegionId)
public QueryPreCheckDatabaseRequest build()
Copyright © 2023. All rights reserved.