public static final class DeleteBackupPolicyMachineRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteBackupPolicyMachineRequest |
build() |
DeleteBackupPolicyMachineRequest.Builder |
policyId(Long policyId)
The ID of the anti-ransomware policy.
|
DeleteBackupPolicyMachineRequest.Builder |
policyVersion(String policyVersion)
The version of the anti-ransomware policy.
|
DeleteBackupPolicyMachineRequest.Builder |
uuid(String uuid)
The UUID of the server to which the anti-ransomware policy is applied.
|
DeleteBackupPolicyMachineRequest.Builder |
uuidList(List<String> uuidList)
The UUIDs of the servers to which the anti-ransomware policy is applied.
|
public DeleteBackupPolicyMachineRequest.Builder policyId(Long policyId)
The ID of the anti-ransomware policy.
You can call the DescribeBackupPolicies operation to query the IDs of anti-ransomware policies.
This parameter is required.
example:11
public DeleteBackupPolicyMachineRequest.Builder policyVersion(String policyVersion)
The version of the anti-ransomware policy. Valid values:
You can call the DescribeBackupPolicies operation to query the versions of anti-ransomware policies.
This parameter is required.
example:2.0.0
public DeleteBackupPolicyMachineRequest.Builder uuid(String uuid)
The UUID of the server to which the anti-ransomware policy is applied.
example:You must specify at least one of the
UuidListandUuidparameters.
083036e9-8411-4a9d-83af-9acbd****
public DeleteBackupPolicyMachineRequest.Builder uuidList(List<String> uuidList)
The UUIDs of the servers to which the anti-ransomware policy is applied.
You must specify at least one of the
UuidListandUuidparameters.
public DeleteBackupPolicyMachineRequest build()
Copyright © 2026. All rights reserved.