public static final class DeleteVulWhitelistRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DeleteVulWhitelistRequest |
build() |
DeleteVulWhitelistRequest.Builder |
id(String id)
The ID of the whitelist.
|
DeleteVulWhitelistRequest.Builder |
whitelist(String whitelist)
The information about the whitelist.
|
public DeleteVulWhitelistRequest.Builder id(String id)
> To delete a vulnerability whitelist, you must provide the ID of the whitelist. You can call the [DescribeVulWhitelist](~~DescribeVulWhitelist~~) operation to query the IDs of whitelists.
public DeleteVulWhitelistRequest.Builder whitelist(String whitelist)
* **Name**: the name of the vulnerability. * **Type**: the type of the vulnerability. Valid values: * **cve**: Linux software vulnerability * **sys**: Windows system vulnerability * **cms**: Web-CMS vulnerability * **app**: application vulnerability * **emg**: urgent vulnerability * **AliasName**: the alias of the vulnerability.
public DeleteVulWhitelistRequest build()
Copyright © 2023. All rights reserved.