public static final class DescribeExposedStatisticsDetailResponseBody.StatisticsDetails.Builder extends Object
public DescribeExposedStatisticsDetailResponseBody.StatisticsDetails.Builder exposedCount(Integer exposedCount)
The total number of system vulnerabilities that are detected on your server and are exposed on the Internet.
example:0
public DescribeExposedStatisticsDetailResponseBody.StatisticsDetails.Builder exposureComponent(String exposureComponent)
The system component that is exposed on the Internet.
example:tomcat
public DescribeExposedStatisticsDetailResponseBody.StatisticsDetails.Builder exposureIp(String exposureIp)
The public IP address that is exposed on the Internet.
example:123.57.XX.XX
public DescribeExposedStatisticsDetailResponseBody.StatisticsDetails.Builder exposurePort(String exposurePort)
The port that is exposed on the Internet.
example:22
public DescribeExposedStatisticsDetailResponseBody.StatisticsDetails.Builder exposureType(String exposureType)
The resource from which the asset is exposed. Valid values:
SLB
public DescribeExposedStatisticsDetailResponseBody.StatisticsDetails.Builder exposureTypeId(String exposureTypeId)
The ID of the instance to which the resource belongs. The valid values of this parameter vary based on the value of the ExposureType parameter.
lb-2ze4rso39h4nczcqs****
public DescribeExposedStatisticsDetailResponseBody.StatisticsDetails.Builder exposureTypeInstanceName(String exposureTypeInstanceName)
The name of the gateway asset that is exposed on the Internet.
example:ngw-bp1vkbju8f3w87c9v****
public DescribeExposedStatisticsDetailResponseBody.StatisticsDetails.Builder forwardPort(String forwardPort)
The listener port that is used to redirect HTTP requests.
example:80
public DescribeExposedStatisticsDetailResponseBody.StatisticsDetails.Builder regionId(String regionId)
The region ID of the asset.
example:cn-hangzhou
public DescribeExposedStatisticsDetailResponseBody.StatisticsDetails build()
Copyright © 2026. All rights reserved.