public static final class IgnoreCheckItemsRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
IgnoreCheckItemsRequest |
build() |
IgnoreCheckItemsRequest.Builder |
checkAndRiskTypeList(List<IgnoreCheckItemsRequest.CheckAndRiskTypeList> checkAndRiskTypeList)
The risk items.
|
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 |
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
|
IgnoreCheckItemsRequest.Builder |
uuidList(List<String> uuidList)
The UUIDs of the servers.
|
public IgnoreCheckItemsRequest.Builder checkAndRiskTypeList(List<IgnoreCheckItemsRequest.CheckAndRiskTypeList> checkAndRiskTypeList)
public IgnoreCheckItemsRequest.Builder lang(String lang)
* **zh**: Chinese * **en**: English
public IgnoreCheckItemsRequest.Builder reason(String reason)
public IgnoreCheckItemsRequest.Builder type(Integer type)
* **1**: adds the risk item to the whitelist * **2**: removes the risk item from the whitelist
public IgnoreCheckItemsRequest.Builder uuidList(List<String> uuidList)
> You can call the [DescribeCloudCenterInstances](~~DescribeCloudCenterInstances~~) operation to query the UUIDs of servers.
public IgnoreCheckItemsRequest build()
Copyright © 2023. All rights reserved.