public static final class GetAssetDetailByUuidRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetAssetDetailByUuidRequest |
build() |
GetAssetDetailByUuidRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
GetAssetDetailByUuidRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
GetAssetDetailByUuidRequest.Builder |
uuid(String uuid)
The UUID of the server to query.
|
public GetAssetDetailByUuidRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public GetAssetDetailByUuidRequest.Builder sourceIp(String sourceIp)
The source IP address of the request. The system specifies this parameter.
example:120.245.XX.XX
public GetAssetDetailByUuidRequest.Builder uuid(String uuid)
The UUID of the server to query.
You can call the DescribeCloudCenterInstances operation to query the UUIDs of servers.
This parameter is required.
example:9e6cad93-a379-46fd-a701-9bbf02f4****
public GetAssetDetailByUuidRequest build()
Copyright © 2026. All rights reserved.