public static final class OperationSuspEventsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
OperationSuspEventsRequest |
build() |
OperationSuspEventsRequest.Builder |
from(String from)
The ID of the request source.
|
OperationSuspEventsRequest.Builder |
operation(String operation)
The operation that you want to perform on alerts.
|
OperationSuspEventsRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
OperationSuspEventsRequest.Builder |
subOperation(String subOperation)
The suboperation that you want to perform when you quarantine the source file of the malicious process.
|
OperationSuspEventsRequest.Builder |
suspiciousEventIds(String suspiciousEventIds)
The IDs of alert events.
|
OperationSuspEventsRequest.Builder |
warnType(String warnType)
The type of the exceptions.
|
public OperationSuspEventsRequest.Builder from(String from)
The ID of the request source.
Set the value to sas, which indicates that the request is sent from Security Center.
example:sas
public OperationSuspEventsRequest.Builder operation(String operation)
The operation that you want to perform on alerts. Valid values:
This parameter is required.
example:deal
public OperationSuspEventsRequest.Builder sourceIp(String sourceIp)
The source IP address of the request.
example:1.2.XX.XX
public OperationSuspEventsRequest.Builder subOperation(String subOperation)
The suboperation that you want to perform when you quarantine the source file of the malicious process. Valid values:
killAndQuaraFileByPidAndMd5andPath
public OperationSuspEventsRequest.Builder suspiciousEventIds(String suspiciousEventIds)
The IDs of alert events.
You can call the DescribeSuspEvents operation to obtain the IDs of alert events from the SecurityEventIds response parameter.
This parameter is required.
example:290852
public OperationSuspEventsRequest.Builder warnType(String warnType)
The type of the exceptions. Valid values:
alarm
public OperationSuspEventsRequest build()
Copyright © 2026. All rights reserved.