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)
The ID of the whitelist.
example:To delete a vulnerability whitelist, you must provide the ID of the whitelist. You can call the DescribeVulWhitelist operation to query the IDs of whitelists.
131231
public DeleteVulWhitelistRequest.Builder whitelist(String whitelist)
The information about the whitelist. The value is a JSON string that contains the following fields:
Name: the name of the vulnerability.
Type: the type of the vulnerability. Valid values:
AliasName: the alias of the vulnerability.
[ { "Name": "oval:com.redhat.rhsa:def:20173263", "Type": "cve", "AliasName": "RHSA-2017:3263: curl security update" } ]
public DeleteVulWhitelistRequest build()
Copyright © 2026. All rights reserved.