public static final class DescribeDomainSecureVulListResponseBody.VulList.Builder extends Object
public DescribeDomainSecureVulListResponseBody.VulList.Builder aliasName(String aliasName)
The alias of the vulnerability.
example:CESA-2023:3555: python Security Update
public DescribeDomainSecureVulListResponseBody.VulList.Builder asapCount(Integer asapCount)
The number of the vulnerabilities that have the high priority.
example:50
public DescribeDomainSecureVulListResponseBody.VulList.Builder gmtLast(Long gmtLast)
The timestamp when the vulnerability was last detected. Unit: milliseconds.
example:1639371446000
public DescribeDomainSecureVulListResponseBody.VulList.Builder handledCount(Integer handledCount)
The number of handled vulnerabilities.
example:33
public DescribeDomainSecureVulListResponseBody.VulList.Builder laterCount(Integer laterCount)
The number of the vulnerabilities that have the medium priority.
example:30
public DescribeDomainSecureVulListResponseBody.VulList.Builder name(String name)
The name of the vulnerability.
example:oval:com.redhat.rhsa:def:20170574
public DescribeDomainSecureVulListResponseBody.VulList.Builder nntfCount(Integer nntfCount)
The number of the vulnerabilities that have the low priority.
example:20
public DescribeDomainSecureVulListResponseBody.VulList.Builder tags(String tags)
The tag that is added to the vulnerability. Valid values:
Code Execution
public DescribeDomainSecureVulListResponseBody.VulList.Builder type(String type)
The type of the vulnerability. Default value: cve. Valid values:
app
public DescribeDomainSecureVulListResponseBody.VulList build()
Copyright © 2026. All rights reserved.