public static final class DeleteBackupPolicyRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteBackupPolicyRequest |
build() |
DeleteBackupPolicyRequest.Builder |
id(Long id)
The ID of the anti-ransomware policy that you want to delete.
|
DeleteBackupPolicyRequest.Builder |
policyVersion(String policyVersion)
The version of the anti-ransomware policy that you want to delete.
|
public DeleteBackupPolicyRequest.Builder id(Long id)
The ID of the anti-ransomware policy that you want to delete.
You can call the DescribeBackupPolicies operation to query the IDs of anti-ransomware policies.
This parameter is required.
example:12
public DeleteBackupPolicyRequest.Builder policyVersion(String policyVersion)
The version of the anti-ransomware policy that you want to delete. You can call the DescribeBackupPolicies operation to query the versions of anti-ransomware policies. Valid values:
2.0.0
public DeleteBackupPolicyRequest build()
Copyright © 2026. All rights reserved.