public static final class DescribeUniRecoverableListRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeUniRecoverableListRequest |
build() |
DescribeUniRecoverableListRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
DescribeUniRecoverableListRequest.Builder |
database(String database)
The name of the database.
|
DescribeUniRecoverableListRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribeUniRecoverableListRequest.Builder |
policyId(Long policyId)
The ID of the anti-ransomware policy.
|
public DescribeUniRecoverableListRequest.Builder currentPage(Integer currentPage)
The number of the page to return. Default value: 1.
example:1
public DescribeUniRecoverableListRequest.Builder database(String database)
The name of the database.
example:msdb
public DescribeUniRecoverableListRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page. Default value: 20. If you leave this parameter empty, 20 entries are returned on each page.
example:We recommend that you do not leave this parameter empty.
20
public DescribeUniRecoverableListRequest.Builder policyId(Long policyId)
The ID of the anti-ransomware policy.
You can call the DescribeUniBackupPolicies operation to query the IDs of anti-ransomware policies.
This parameter is required.
example:123
public DescribeUniRecoverableListRequest build()
Copyright © 2026. All rights reserved.