public static final class CreateUniRestorePlanRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
CreateUniRestorePlanRequest |
build() |
CreateUniRestorePlanRequest.Builder |
database(String database)
The name of the database.
|
CreateUniRestorePlanRequest.Builder |
instanceUuid(String instanceUuid)
The UUID of the Hybrid Backup Recovery (HBR) agent that is used to restore the data of the database on your server.
|
CreateUniRestorePlanRequest.Builder |
policyId(Long policyId)
The ID of the anti-ransomware policy.
|
CreateUniRestorePlanRequest.Builder |
resetScn(String resetScn)
The identifier of the point in time for restoration in the backup version that you want to use.
|
CreateUniRestorePlanRequest.Builder |
resetTime(String resetTime)
The point in time for restoration in the backup version that you want to use.
|
CreateUniRestorePlanRequest.Builder |
restoreInfo(String restoreInfo)
The information about the database.
|
CreateUniRestorePlanRequest.Builder |
timePoint(Long timePoint)
The point in time to which you want to restore data.
|
public CreateUniRestorePlanRequest.Builder database(String database)
public CreateUniRestorePlanRequest.Builder instanceUuid(String instanceUuid)
> You can call the [DescribeUniBackupDatabase](~~DescribeUniBackupDatabase~~) operation to query the UUID.
public CreateUniRestorePlanRequest.Builder policyId(Long policyId)
> You can call the [DescribeUniBackupPolicies](~~DescribeUniBackupPolicies~~) operation to query the ID.
public CreateUniRestorePlanRequest.Builder resetScn(String resetScn)
> You can call the [DescribeUniRecoverableList](~~DescribeUniRecoverableList~~) operation to query the value.
public CreateUniRestorePlanRequest.Builder resetTime(String resetTime)
> You can call the [DescribeUniRecoverableList](~~DescribeUniRecoverableList~~) operation to query the value.
public CreateUniRestorePlanRequest.Builder restoreInfo(String restoreInfo)
* **name**: the name of the database * **files**: the path to the database files > You can call the [DescribeUniRecoverableList](~~DescribeUniRecoverableList~~) operation to query the information.
public CreateUniRestorePlanRequest.Builder timePoint(Long timePoint)
> You can call the [DescribeRestorePlans](~~DescribeRestorePlans~~) operation to query the point in time.
public CreateUniRestorePlanRequest build()
Copyright © 2023. All rights reserved.