public static final class DescribeBackupFilesRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeBackupFilesRequest |
build() |
DescribeBackupFilesRequest.Builder |
currentPage(String currentPage)
The number of the page to return.
|
DescribeBackupFilesRequest.Builder |
pageSize(String pageSize)
The number of entries to return on each page.
|
DescribeBackupFilesRequest.Builder |
path(String path)
The path to the backup file.
|
DescribeBackupFilesRequest.Builder |
snapshotHash(String snapshotHash)
The hash value of the backup file.
|
DescribeBackupFilesRequest.Builder |
uuid(String uuid)
The UUID of the server to which an anti-ransomware policy is applied.
|
public DescribeBackupFilesRequest.Builder currentPage(String currentPage)
The number of the page to return. Default value: 1.
This parameter is required.
example:1
public DescribeBackupFilesRequest.Builder pageSize(String pageSize)
The number of entries to return on each page. Default value: 10.
This parameter is required.
example:10
public DescribeBackupFilesRequest.Builder path(String path)
The path to the backup file.
example:“”
public DescribeBackupFilesRequest.Builder snapshotHash(String snapshotHash)
The hash value of the backup file.
This parameter is required.
example:a7f26223ef3974c6fac324cd37713ab65ab618859d20b4039192a5da44d77b63
public DescribeBackupFilesRequest.Builder uuid(String uuid)
The UUID of the server to which an anti-ransomware policy is applied.
This parameter is required.
example:6d5b361f-958d-48a8-a9d2-d6e82c1a****
public DescribeBackupFilesRequest build()
Copyright © 2026. All rights reserved.