public static final class CreateSimilarSecurityEventsQueryTaskRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateSimilarSecurityEventsQueryTaskRequest |
build() |
CreateSimilarSecurityEventsQueryTaskRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
CreateSimilarSecurityEventsQueryTaskRequest.Builder |
securityEventId(Long securityEventId)
The ID of the alert event.
|
CreateSimilarSecurityEventsQueryTaskRequest.Builder |
similarEventScenarioCode(String similarEventScenarioCode)
The codes of alert events that are triggered by the same rule or of the same alert type.
|
CreateSimilarSecurityEventsQueryTaskRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
public CreateSimilarSecurityEventsQueryTaskRequest.Builder resourceOwnerId(Long resourceOwnerId)
public CreateSimilarSecurityEventsQueryTaskRequest.Builder securityEventId(Long securityEventId)
The ID of the alert event.
You must specify at least one of the SecurityEventId and SimilarEventScenarioCode parameters.
This parameter is required.
example:14323
public CreateSimilarSecurityEventsQueryTaskRequest.Builder similarEventScenarioCode(String similarEventScenarioCode)
The codes of alert events that are triggered by the same rule or of the same alert type.
example:You must specify at least one of the SecurityEventId and SimilarEventScenarioCode parameters.
default
public CreateSimilarSecurityEventsQueryTaskRequest.Builder sourceIp(String sourceIp)
The source IP address of the request.
example:1.2.XX.XX
public CreateSimilarSecurityEventsQueryTaskRequest build()
Copyright © 2026. All rights reserved.