public static final class DescribeBackupPoliciesRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeBackupPoliciesRequest |
build() |
DescribeBackupPoliciesRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
DescribeBackupPoliciesRequest.Builder |
machineRemark(String machineRemark)
The information that you want to use to identify the servers protected by the anti-ransomware policy.
|
DescribeBackupPoliciesRequest.Builder |
name(String name)
The name of the anti-ransomware policy that you want to query.
|
DescribeBackupPoliciesRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribeBackupPoliciesRequest.Builder |
status(String status)
The status of the anti-ransomware policy.
|
public DescribeBackupPoliciesRequest.Builder currentPage(Integer currentPage)
The number of the page to return. Default value: 1.
This parameter is required.
example:1
public DescribeBackupPoliciesRequest.Builder machineRemark(String machineRemark)
The information that you want to use to identify the servers protected by the anti-ransomware policy. You can enter the IP address or ID of a server.
example:1.1.XX.XX
public DescribeBackupPoliciesRequest.Builder name(String name)
The name of the anti-ransomware policy that you want to query.
example:SecurityStrategy-20200303
public DescribeBackupPoliciesRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page. Default value: 10.
This parameter is required.
example:10
public DescribeBackupPoliciesRequest.Builder status(String status)
The status of the anti-ransomware policy. Valid values:
enabled
public DescribeBackupPoliciesRequest build()
Copyright © 2026. All rights reserved.