public static final class DeleteUniBackupPolicyRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteUniBackupPolicyRequest |
build() |
DeleteUniBackupPolicyRequest.Builder |
policyId(Long policyId)
The ID of the anti-ransomware policy.
|
DeleteUniBackupPolicyRequest.Builder |
policyIds(String policyIds)
The IDs of anti-ransomware policies.
|
public DeleteUniBackupPolicyRequest.Builder policyId(Long policyId)
The ID of the anti-ransomware policy.
example:You can call the DescribeUniBackupPolicies operation to query the IDs of anti-ransomware policies. You must specify at least one of the PolicyId parameter and the PolicyIds parameter.
123
public DeleteUniBackupPolicyRequest.Builder policyIds(String policyIds)
The IDs of anti-ransomware policies.
example:You can call the DescribeUniBackupPolicies operation to query the IDs of anti-ransomware policies. You must specify at least one of the PolicyId parameter and the PolicyIds parameter.
123,124
public DeleteUniBackupPolicyRequest build()
Copyright © 2026. All rights reserved.