public static final class DescribeAssetDetailByUuidsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeAssetDetailByUuidsRequest |
build() |
DescribeAssetDetailByUuidsRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribeAssetDetailByUuidsRequest.Builder |
resourceDirectoryAccountId(Long resourceDirectoryAccountId)
The Alibaba Cloud account ID of the member in the resource directory.
|
DescribeAssetDetailByUuidsRequest.Builder |
uuids(String uuids)
The UUIDs of the instances.
|
public DescribeAssetDetailByUuidsRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public DescribeAssetDetailByUuidsRequest.Builder resourceDirectoryAccountId(Long resourceDirectoryAccountId)
The Alibaba Cloud account ID of the member in the resource directory.
example:You can call the DescribeMonitorAccounts operation to query the IDs of Alibaba Cloud accounts.
127608589417****
public DescribeAssetDetailByUuidsRequest.Builder uuids(String uuids)
The UUIDs of the instances. Separate multiple UUIDs with commas (,).
You can call the DescribeCloudCenterInstances operation to query the UUIDs of instances.
This parameter is required.
example:0687b17f-2a36-4e5****,0687b17f-2a36-4e****
public DescribeAssetDetailByUuidsRequest build()
Copyright © 2026. All rights reserved.