public static final class ModifyEventStatusRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ModifyEventStatusRequest.Builder |
backed(Boolean backed)
Specifies whether to enhance the detection of anomalous events.
|
ModifyEventStatusRequest |
build() |
ModifyEventStatusRequest.Builder |
dealReason(String dealReason)
The reason why the anomalous event is handled.
|
ModifyEventStatusRequest.Builder |
id(Long id)
The ID of the anomalous event.
|
ModifyEventStatusRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
ModifyEventStatusRequest.Builder |
status(Integer status)
The method to handle the anomalous event.
|
public ModifyEventStatusRequest.Builder backed(Boolean backed)
* **true**: yes * **false**: no
public ModifyEventStatusRequest.Builder dealReason(String dealReason)
public ModifyEventStatusRequest.Builder id(Long id)
> You can call the **DescribeEvents** operation to query the ID of the anomalous event.
public ModifyEventStatusRequest.Builder lang(String lang)
* **zh_cn**: Chinese * **en_us**: English
public ModifyEventStatusRequest.Builder status(Integer status)
* **1**: marks the anomalous event as a false positive. * **2**: confirms and handles the anomalous event.
public ModifyEventStatusRequest build()
Copyright © 2024. All rights reserved.