public static final class StartRestoreRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
StartRestoreRequest.Builder |
backupDbNames(String backupDbNames)
The name of the database to be restored.
|
StartRestoreRequest.Builder |
backupId(String backupId)
The ID of the DRDS backup set.
|
StartRestoreRequest.Builder |
backupLevel(String backupLevel)
The level of the backup.
|
StartRestoreRequest.Builder |
backupMode(String backupMode)
The backup method.
|
StartRestoreRequest |
build() |
StartRestoreRequest.Builder |
drdsInstanceId(String drdsInstanceId)
The ID of the DRDS instance.
|
StartRestoreRequest.Builder |
preferredBackupTime(String preferredBackupTime)
The restoration time of the instance, in the format of` yyyy-MM-dd HH:mm:ss `.
|
public StartRestoreRequest.Builder backupDbNames(String backupDbNames)
> If you do not specify any database name, all databases in the instance are restored by default.
public StartRestoreRequest.Builder backupId(String backupId)
> If you do not specify this parameter, the system restores data by time (PreferredBackupTime).
public StartRestoreRequest.Builder backupLevel(String backupLevel)
* db: The database level. * instance: the instance level.
public StartRestoreRequest.Builder backupMode(String backupMode)
* logic: the logical backup. * phy: fast backup
public StartRestoreRequest.Builder drdsInstanceId(String drdsInstanceId)
public StartRestoreRequest.Builder preferredBackupTime(String preferredBackupTime)
public StartRestoreRequest build()
Copyright © 2024. All rights reserved.