public static final class UninstallBackupClientRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UninstallBackupClientRequest |
build() |
UninstallBackupClientRequest.Builder |
policyVersion(String policyVersion)
The version of the anti-ransomware policy.
|
UninstallBackupClientRequest.Builder |
uuid(String uuid)
The UUID of the server from which you want to uninstall the anti-ransomware agent.
|
UninstallBackupClientRequest.Builder |
uuidList(List<String> uuidList)
The UUIDs of the servers from which you want to uninstall the anti-ransomware agent.
|
public UninstallBackupClientRequest.Builder policyVersion(String policyVersion)
The version of the anti-ransomware policy. You can call the DescribeBackupPolicies operation to query the versions of anti-ransomware policies. Valid values:
This parameter is required.
example:2.0.0
public UninstallBackupClientRequest.Builder uuid(String uuid)
The UUID of the server from which you want to uninstall the anti-ransomware agent.
example:You must specify at least one of the UuidList and Uuid parameters.
D0D6E6E4-CB8C-4897-B852-46AEFDA0****
public UninstallBackupClientRequest.Builder uuidList(List<String> uuidList)
The UUIDs of the servers from which you want to uninstall the anti-ransomware agent.
example:You must specify at least one of the UuidList and Uuid parameters.
["D0D6E6E4-CB8C-4897-B852-46AEFDA0****", "3bb30859-b3b5-4f28-868f-b0892c98****"]
public UninstallBackupClientRequest build()
Copyright © 2026. All rights reserved.