public static final class DescribeExposedInstanceDetailRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeExposedInstanceDetailRequest |
build() |
DescribeExposedInstanceDetailRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribeExposedInstanceDetailRequest.Builder |
resourceDirectoryAccountId(Long resourceDirectoryAccountId)
The Alibaba Cloud account ID of the member in the resource directory.
|
DescribeExposedInstanceDetailRequest.Builder |
uuid(String uuid)
The UUID of the server or the instance ID of the database that is exposed on the Internet.
|
public DescribeExposedInstanceDetailRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public DescribeExposedInstanceDetailRequest.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 account ID.
1232428423234****
public DescribeExposedInstanceDetailRequest.Builder uuid(String uuid)
The UUID of the server or the instance ID of the database that is exposed on the Internet.
You can call the DescribeExposedInstanceList operation to query the UUIDs of servers or instance IDs of databases.
This parameter is required.
example:fc82b966-4d70-4e01-bf4f-aa4076a5****
public DescribeExposedInstanceDetailRequest build()
Copyright © 2026. All rights reserved.