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)
The type of the database. Valid values:
This parameter is required.
example:MYSQL
public StartPreCheckDatabaseRequest.Builder instanceUuid(String instanceUuid)
The UUID of the agent that is used to back up the data of the database.
You can call the DescribeUniBackupDatabase operation to query the UUID.
This parameter is required.
example:ec1c0ba21d2911ed800000163e0e****
public StartPreCheckDatabaseRequest.Builder uniRegionId(String uniRegionId)
The region ID of the server that hosts the database.
This parameter is required.
example:cn-hongkong
public StartPreCheckDatabaseRequest build()
Copyright © 2026. All rights reserved.