public static final class DescribeSecurityEventOperationsResponseBody.SecurityEventOperationsResponse.Builder extends Object
构造器和说明 |
---|
Builder() |
public DescribeSecurityEventOperationsResponseBody.SecurityEventOperationsResponse.Builder markField(List<DescribeSecurityEventOperationsResponseBody.MarkField> markField)
public DescribeSecurityEventOperationsResponseBody.SecurityEventOperationsResponse.Builder markFieldsSource(List<DescribeSecurityEventOperationsResponseBody.MarkFieldsSource> markFieldsSource)
public DescribeSecurityEventOperationsResponseBody.SecurityEventOperationsResponse.Builder operationCode(String operationCode)
* **block_ip**: blocks the source IP address. * **advance\_mark\_mis_info**: adds the alert to the whitelist. * **ignore**: ignores the alert. * **manual_handled**: marks the alert as manually handled. * **kill_process**: terminates the malicious process. * **cleanup**: performs in-depth virus detection and removal. * **kill\_and_quara**: terminates the malicious process and quarantines the source file. * **disable\_malicious_defense**: stops the container on which the alerting files or processes exist. * **client\_problem_check**: performs troubleshooting. * **quara**: quarantines the source file of the malicious process.
public DescribeSecurityEventOperationsResponseBody.SecurityEventOperationsResponse.Builder operationParams(String operationParams)
> If the value of the OperationCode parameter is `kill_and_quara` or `block_ip`, the OperationParams parameter is required. If the value of the OperationCode parameter is a different value, the OperationParams parameter can be left empty.
public DescribeSecurityEventOperationsResponseBody.SecurityEventOperationsResponse.Builder userCanOperate(Boolean userCanOperate)
* **true**: yes * **false**: no
public DescribeSecurityEventOperationsResponseBody.SecurityEventOperationsResponse build()
Copyright © 2023. All rights reserved.