public static final class CreateRestoreJobRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
CreateRestoreJobRequest |
build() |
CreateRestoreJobRequest.Builder |
includes(String includes)
The directory in which the files included in the restoration task are located.
|
CreateRestoreJobRequest.Builder |
snapshotHash(String snapshotHash)
The hash value of the snapshot.
|
CreateRestoreJobRequest.Builder |
snapshotId(String snapshotId)
The ID of the snapshot that you want to use for restoration.
|
CreateRestoreJobRequest.Builder |
snapshotVersion(String snapshotVersion)
The version of the backup data.
|
CreateRestoreJobRequest.Builder |
sourceType(String sourceType)
The type of the data source.
|
CreateRestoreJobRequest.Builder |
target(String target)
The path to which you want to restore data.
|
CreateRestoreJobRequest.Builder |
uuid(String uuid)
The UUID of the server whose data you want to restore.
|
CreateRestoreJobRequest.Builder |
vaultId(String vaultId)
The ID of the backup vault that is used in the restoration task.
|
public CreateRestoreJobRequest.Builder includes(String includes)
public CreateRestoreJobRequest.Builder snapshotHash(String snapshotHash)
> You can call the [DescribeSnapshots](~~DescribeSnapshots~~) operation to obtain the value of this parameter.
public CreateRestoreJobRequest.Builder snapshotId(String snapshotId)
> You can call the [DescribeSnapshots](~~DescribeSnapshots~~) operation to obtain the value of this parameter.
public CreateRestoreJobRequest.Builder snapshotVersion(String snapshotVersion)
> You can call the [DescribeSnapshots](~~DescribeSnapshots~~) operation to obtain the value of this parameter.
public CreateRestoreJobRequest.Builder sourceType(String sourceType)
* **ECS_FILE**: backup snapshots for Elastic Compute Service (ECS) files * **File**: backup snapshots for on-premises servers
public CreateRestoreJobRequest.Builder target(String target)
public CreateRestoreJobRequest.Builder uuid(String uuid)
public CreateRestoreJobRequest.Builder vaultId(String vaultId)
> You can call the [DescribeSnapshots](~~DescribeSnapshots~~) operation to obtain the value of this parameter.
public CreateRestoreJobRequest build()
Copyright © 2023. All rights reserved.