public static final class ModifyEmgVulSubmitRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ModifyEmgVulSubmitRequest |
build() |
ModifyEmgVulSubmitRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
ModifyEmgVulSubmitRequest.Builder |
name(String name)
The name of the vulnerability.
|
ModifyEmgVulSubmitRequest.Builder |
resourceDirectoryAccountId(Long resourceDirectoryAccountId)
The Alibaba Cloud account ID of the member in the resource directory.
|
ModifyEmgVulSubmitRequest.Builder |
userAgreement(String userAgreement)
Specifies whether to scan for urgent vulnerabilities.
|
public ModifyEmgVulSubmitRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public ModifyEmgVulSubmitRequest.Builder name(String name)
The name of the vulnerability.
This parameter is required.
example:scan:ASCV-2019-032401
public ModifyEmgVulSubmitRequest.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 ModifyEmgVulSubmitRequest.Builder userAgreement(String userAgreement)
Specifies whether to scan for urgent vulnerabilities. Valid values:
This parameter is required.
example:yes
public ModifyEmgVulSubmitRequest build()
Copyright © 2026. All rights reserved.