public static final class IgnoreCheckItemsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
IgnoreCheckItemsRequest |
build() |
IgnoreCheckItemsRequest.Builder |
checkAndRiskTypeList(List<IgnoreCheckItemsRequest.CheckAndRiskTypeList> checkAndRiskTypeList)
The information about check items.
|
IgnoreCheckItemsRequest.Builder |
checkIds(List<Long> checkIds)
The IDs of check items.
|
IgnoreCheckItemsRequest.Builder |
containerItems(List<IgnoreCheckItemsRequest.ContainerItems> containerItems)
List of container names that need to be whitelisted.
|
IgnoreCheckItemsRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
IgnoreCheckItemsRequest.Builder |
reason(String reason)
The reason why you add the risk item to the whitelist.
|
IgnoreCheckItemsRequest.Builder |
source(String source)
The data source.
|
IgnoreCheckItemsRequest.Builder |
type(Integer type)
The operation that you want to perform on the risk item.Valid values:
1: adds the risk item to the whitelist
2: removes the risk item from the whitelist
This parameter is required.
|
IgnoreCheckItemsRequest.Builder |
uuidList(List<String> uuidList)
The UUIDs of the servers.
|
public IgnoreCheckItemsRequest.Builder checkAndRiskTypeList(List<IgnoreCheckItemsRequest.CheckAndRiskTypeList> checkAndRiskTypeList)
The information about check items.
public IgnoreCheckItemsRequest.Builder checkIds(List<Long> checkIds)
The IDs of check items.
public IgnoreCheckItemsRequest.Builder containerItems(List<IgnoreCheckItemsRequest.ContainerItems> containerItems)
List of container names that need to be whitelisted.
public IgnoreCheckItemsRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public IgnoreCheckItemsRequest.Builder reason(String reason)
The reason why you add the risk item to the whitelist.
example:already config in another way
public IgnoreCheckItemsRequest.Builder source(String source)
The data source. Valid values:
agentless
public IgnoreCheckItemsRequest.Builder type(Integer type)
The operation that you want to perform on the risk item.Valid values:
This parameter is required.
example:1
public IgnoreCheckItemsRequest.Builder uuidList(List<String> uuidList)
The UUIDs of the servers.
You can call the DescribeCloudCenterInstances operation to query the UUIDs of servers.
public IgnoreCheckItemsRequest build()
Copyright © 2026. All rights reserved.