public static final class AddUninstallClientsByUuidsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
AddUninstallClientsByUuidsRequest |
build() |
AddUninstallClientsByUuidsRequest.Builder |
callMethod(String callMethod)
The method name.
|
AddUninstallClientsByUuidsRequest.Builder |
feedback(String feedback)
The feedback.
|
AddUninstallClientsByUuidsRequest.Builder |
region(String region)
The region in which the server resides.
|
AddUninstallClientsByUuidsRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
AddUninstallClientsByUuidsRequest.Builder |
uuids(String uuids)
The UUID of the server that you want to unbind.
|
public AddUninstallClientsByUuidsRequest.Builder callMethod(String callMethod)
The method name. Default value: init.
example:init
public AddUninstallClientsByUuidsRequest.Builder feedback(String feedback)
The feedback.
example:reinstall
public AddUninstallClientsByUuidsRequest.Builder region(String region)
The region in which the server resides.
example:cn-hangzhou
public AddUninstallClientsByUuidsRequest.Builder sourceIp(String sourceIp)
The source IP address of the request. You do not need to specify this parameter. It is automatically obtained by the system.
example:1.2.XXX.XXX
public AddUninstallClientsByUuidsRequest.Builder uuids(String uuids)
The UUID of the server that you want to unbind. Separate multiple UUIDs with commas (,).
You can call the DescribeCloudCenterInstances operation to query the UUIDs of servers.
This parameter is required.
example:inet-183707ae-3bdf-4db0-b771-3e9962bf****,inet-49dceccc-4f01-469b-8411-2416ea12****
public AddUninstallClientsByUuidsRequest build()
Copyright © 2026. All rights reserved.