public static final class DescribeImageGroupedVulListRequest.Builder extends Object
public DescribeImageGroupedVulListRequest.Builder aliasName(String aliasName)
The alias of the vulnerability.
example:High severity vulnerability that affects org.eclipse.jetty:jetty-server
public DescribeImageGroupedVulListRequest.Builder clusterId(String clusterId)
The ID of the container cluster.
example:You can call the DescribeGroupedContainerInstances operation to query the ID of the container cluster.
c60b77fe62093480db6164a3c2fa5****
public DescribeImageGroupedVulListRequest.Builder currentPage(Integer currentPage)
The number of the page to return. Default value: 1.
example:1
public DescribeImageGroupedVulListRequest.Builder cveId(String cveId)
The Common Vulnerabilities and Exposures (CVE) ID of the vulnerability.
example:CVE-2017-15420
public DescribeImageGroupedVulListRequest.Builder groupId(String groupId)
The ID of the asset group.
example:1311
public DescribeImageGroupedVulListRequest.Builder imageDigest(String imageDigest)
The SHA-256 value of the image digest.
example:w213412341dfsfasdfafadfasfasf
public DescribeImageGroupedVulListRequest.Builder imageLayer(String imageLayer)
The layer of the image.
example:b1f5b9420803ad0657cf21566e3e20acc08581e7f22991249ef3aa80b8b1c587
public DescribeImageGroupedVulListRequest.Builder imageTag(String imageTag)
The tag of the image.
example:oval
public DescribeImageGroupedVulListRequest.Builder isLatest(Integer isLatest)
Specifies whether to query the vulnerabilities in the latest images. If you do not specify this parameter, the vulnerabilities in all images are queried. Valid values:
0
public DescribeImageGroupedVulListRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public DescribeImageGroupedVulListRequest.Builder name(String name)
The name of the vulnerability.
example:debian:10:CVE-2019-9893
public DescribeImageGroupedVulListRequest.Builder necessity(String necessity)
The priority to fix the vulnerability. Valid values:
asap
public DescribeImageGroupedVulListRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page. Default value: 20.
example:20
public DescribeImageGroupedVulListRequest.Builder patchId(Long patchId)
The ID of the patch that is used to fix the vulnerability.
example:1341512412
public DescribeImageGroupedVulListRequest.Builder repoId(String repoId)
The ID of the image repository.
example:qew****
public DescribeImageGroupedVulListRequest.Builder repoInstanceId(String repoInstanceId)
The instance ID of the image repository.
example:i-qewqrqcsadf****
public DescribeImageGroupedVulListRequest.Builder repoName(String repoName)
The name of the image repository.
example:libssh2
public DescribeImageGroupedVulListRequest.Builder repoNamespace(String repoNamespace)
The namespace to which the image repository belongs.
example:libssh2
public DescribeImageGroupedVulListRequest.Builder repoRegionId(String repoRegionId)
The region ID of the image repository.
example:cn-hangzhou
public DescribeImageGroupedVulListRequest.Builder ruleTag(String ruleTag)
The tag of this vulnerability. Valid values:
AI
public DescribeImageGroupedVulListRequest.Builder scanRange(List<String> scanRange)
An array consisting of the types of the assets that you want to scan.
public DescribeImageGroupedVulListRequest.Builder type(String type)
The type of the vulnerability that you want to query. Valid values:
cve
public DescribeImageGroupedVulListRequest.Builder uuids(String uuids)
The UUID of the asset. Separate multiple UUIDs with commas (,).
example:uuid-13134124****
public DescribeImageGroupedVulListRequest build()
Copyright © 2026. All rights reserved.