public static final class DescribeExposedStatisticsDetailRequest.Builder extends Object
public DescribeExposedStatisticsDetailRequest.Builder criteria(String criteria)
The search condition for components.
example:{}
public DescribeExposedStatisticsDetailRequest.Builder currentPage(Integer currentPage)
The number of the page to return.
example:1
public DescribeExposedStatisticsDetailRequest.Builder exposureIp(String exposureIp)
The public IP address of the server or the cloud asset.
example:116.12.XX.XX
public DescribeExposedStatisticsDetailRequest.Builder instanceId(String instanceId)
The instance ID of the asset.
example:s-bp1g6wxdwps7s9dz****
public DescribeExposedStatisticsDetailRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page. Default value: 20. If you leave this parameter empty, 20 entries are returned on each page.
example:We recommend that you do not leave this parameter empty.
20
public DescribeExposedStatisticsDetailRequest.Builder resourceDirectoryAccountId(Long resourceDirectoryAccountId)
The Alibaba Cloud account ID of the member in the resource directory.
example:You can call the DescribeMonitorAccounts operation to obtain the ID.
127608589417****
public DescribeExposedStatisticsDetailRequest.Builder statisticsType(String statisticsType)
The type of the exposed asset. Valid values:
This parameter is required.
example:exposureType
public DescribeExposedStatisticsDetailRequest.Builder statisticsTypeGatewayType(String statisticsTypeGatewayType)
The type of the gateway asset. This parameter is required when the StatisticsType parameter is set to exposureType. Valid values:
SLB
public DescribeExposedStatisticsDetailRequest.Builder statisticsTypeInstanceValue(String statisticsTypeInstanceValue)
The ID of the gateway asset. This parameter is required when the StatisticsType parameter is set to exposureType.
example:lb-2ze4rso39h4nczcqs****
public DescribeExposedStatisticsDetailRequest.Builder uuid(String uuid)
The UUID of the server.
example:c9107c04-942f-40c1-981a-f1c1***
public DescribeExposedStatisticsDetailRequest build()
Copyright © 2026. All rights reserved.