public static final class DescribeGroupedVulResponseBody.GroupedVulItems.Builder extends Object
public DescribeGroupedVulResponseBody.GroupedVulItems.Builder aliasName(String aliasName)
The alias of the vulnerability.
example:RHSA-2017:0184-Important: mysql security update
public DescribeGroupedVulResponseBody.GroupedVulItems.Builder asapCount(Integer asapCount)
The number of vulnerabilities that have the high priority.
example:0
public DescribeGroupedVulResponseBody.GroupedVulItems.Builder gmtFirst(Long gmtFirst)
The timestamp when the vulnerability was first detected. Unit: milliseconds.
example:1639371046000
public DescribeGroupedVulResponseBody.GroupedVulItems.Builder gmtLast(Long gmtLast)
The timestamp when the vulnerability was last detected. Unit: milliseconds.
example:1639371446000
public DescribeGroupedVulResponseBody.GroupedVulItems.Builder handledCount(Integer handledCount)
The number of handled vulnerabilities.
example:0
public DescribeGroupedVulResponseBody.GroupedVulItems.Builder languageType(String languageType)
The language type associated with the vulnerability. Valid values:
example:This parameter is valid only for a vulnerability of the sca type.
java
public DescribeGroupedVulResponseBody.GroupedVulItems.Builder laterCount(Integer laterCount)
The number of vulnerabilities that have the medium priority.
example:0
public DescribeGroupedVulResponseBody.GroupedVulItems.Builder name(String name)
The name of the vulnerability.
example:oval:com.redhat.rhsa:def:20170184
public DescribeGroupedVulResponseBody.GroupedVulItems.Builder nntfCount(Integer nntfCount)
The number of vulnerabilities that have the low priority.
example:59
public DescribeGroupedVulResponseBody.GroupedVulItems.Builder raspDefend(Integer raspDefend)
Indicates whether the application protection feature is supported. Valid values:
example:If this parameter is not returned, the application protection feature is not supported.
1
public DescribeGroupedVulResponseBody.GroupedVulItems.Builder related(String related)
The IDs of the common vulnerabilities and exposures (CVEs) that are related to the vulnerability.
example:CVE-2023-24881,CVE-2023-24898
public DescribeGroupedVulResponseBody.GroupedVulItems.Builder tags(String tags)
The tag of the vulnerability. Valid values:
Code Execution
public DescribeGroupedVulResponseBody.GroupedVulItems.Builder totalFixCount(Long totalFixCount)
The total number of fixed vulnerabilities.
example:0
public DescribeGroupedVulResponseBody.GroupedVulItems.Builder type(String type)
The type of the vulnerability. Valid values:
cve
public DescribeGroupedVulResponseBody.GroupedVulItems build()
Copyright © 2026. All rights reserved.