public static final class DescribeVulDetailsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeVulDetailsRequest.Builder |
aliasName(String aliasName)
The vulnerability announcement.
|
DescribeVulDetailsRequest |
build() |
DescribeVulDetailsRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribeVulDetailsRequest.Builder |
name(String name)
The name of the vulnerability.
|
DescribeVulDetailsRequest.Builder |
resourceDirectoryAccountId(Long resourceDirectoryAccountId)
The Alibaba Cloud account ID of the member in the resource directory.
|
DescribeVulDetailsRequest.Builder |
type(String type)
The type of the vulnerability.
|
public DescribeVulDetailsRequest.Builder aliasName(String aliasName)
The vulnerability announcement.
example:RHSA-2019:3197-Important: sudo security update
public DescribeVulDetailsRequest.Builder lang(String lang)
The language of the content within the request and response. Valid values:
This parameter is required.
example:zh
public DescribeVulDetailsRequest.Builder name(String name)
The name of the vulnerability.
You can call the DescribeGroupedVul or DescribeVulList operation to query the names of vulnerabilities.
This parameter is required.
example:SCA:ACSV-2020-052801
public DescribeVulDetailsRequest.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.
127608589417****
public DescribeVulDetailsRequest.Builder type(String type)
The type of the vulnerability. Valid values:
This parameter is required.
example:sca
public DescribeVulDetailsRequest build()
Copyright © 2026. All rights reserved.