public static final class ModifySecurityEventMarkMissIndividuallyRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ModifySecurityEventMarkMissIndividuallyRequest |
build() |
ModifySecurityEventMarkMissIndividuallyRequest.Builder |
deleteMarkMissParam(String deleteMarkMissParam)
The alert handling rule that you want to delete.
|
ModifySecurityEventMarkMissIndividuallyRequest.Builder |
from(String from)
The ID of the request source.
|
ModifySecurityEventMarkMissIndividuallyRequest.Builder |
insertMarkMissParam(String insertMarkMissParam)
The alert handling that you want to add.
|
ModifySecurityEventMarkMissIndividuallyRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
ModifySecurityEventMarkMissIndividuallyRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
public ModifySecurityEventMarkMissIndividuallyRequest.Builder deleteMarkMissParam(String deleteMarkMissParam)
The alert handling rule that you want to delete.
example:[{"field":"loginSourceIp","operate":"contains","eventType":"SIL_AI_ALERT","eventName":"login_common_ip","fieldValue":"10.12.XX.XX","uuids":""}]
public ModifySecurityEventMarkMissIndividuallyRequest.Builder from(String from)
The ID of the request source. Set the value to sas.
example:sas
public ModifySecurityEventMarkMissIndividuallyRequest.Builder insertMarkMissParam(String insertMarkMissParam)
The alert handling that you want to add.
example:[{"field":"location","operate":"contains","eventType":"SIL_AI_ALERT","eventName":"login_common_ip","fieldValue":"xx","uuids":"4296ee47-bf19-4fa4-a4a6-6bxxxxxxxxx"}]
public ModifySecurityEventMarkMissIndividuallyRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public ModifySecurityEventMarkMissIndividuallyRequest.Builder sourceIp(String sourceIp)
The source IP address of the request. You do not need to specify this parameter. It is automatically obtained by the system.
example:127.0.XX.XX
public ModifySecurityEventMarkMissIndividuallyRequest build()
Copyright © 2026. All rights reserved.