public static final class StartPreCheckDatabaseRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
StartPreCheckDatabaseRequest |
build() |
StartPreCheckDatabaseRequest.Builder |
databaseType(String databaseType)
The type of the database.
|
StartPreCheckDatabaseRequest.Builder |
instanceUuid(String instanceUuid)
The UUID of the agent that is used to back up the data of the database.
|
StartPreCheckDatabaseRequest.Builder |
uniRegionId(String uniRegionId)
The region ID of the server that hosts the database.
|
public StartPreCheckDatabaseRequest.Builder databaseType(String databaseType)
* **MYSQL** * **MSSQL** * **Oracle**
public StartPreCheckDatabaseRequest.Builder instanceUuid(String instanceUuid)
> You can call the [DescribeUniBackupDatabase](~~DescribeUniBackupDatabase~~) operation to query the UUID.
public StartPreCheckDatabaseRequest.Builder uniRegionId(String uniRegionId)
public StartPreCheckDatabaseRequest build()
Copyright © 2023. All rights reserved.