public static final class GetVulStatisticsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetVulStatisticsRequest |
build() |
GetVulStatisticsRequest.Builder |
groupIdList(String groupIdList)
The ID of the asset group.
|
GetVulStatisticsRequest.Builder |
resourceDirectoryAccountId(Long resourceDirectoryAccountId)
The Alibaba Cloud account ID of the member in the resource directory.
|
GetVulStatisticsRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
GetVulStatisticsRequest.Builder |
typeList(String typeList)
The type of the vulnerability whose statistics you want to query.
|
public GetVulStatisticsRequest.Builder groupIdList(String groupIdList)
The ID of the asset group. Separate multiple IDs with commas (,).
You can call the DescribeAllGroups operation to query the IDs of asset groups.
This parameter is required.
example:9997897
public GetVulStatisticsRequest.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 IDs.
1232428423234****
public GetVulStatisticsRequest.Builder sourceIp(String sourceIp)
The source IP address of the request.
example:10.12.XX.XX
public GetVulStatisticsRequest.Builder typeList(String typeList)
The type of the vulnerability whose statistics you want to query. Separate multiple types with commas (,). Valid values:
This parameter is required.
example:cve
public GetVulStatisticsRequest build()
Copyright © 2026. All rights reserved.