public static final class CheckSecurityEventIdRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CheckSecurityEventIdRequest |
build() |
CheckSecurityEventIdRequest.Builder |
securityEventIds(List<String> securityEventIds)
The IDs of alert events.
|
CheckSecurityEventIdRequest.Builder |
uuid(String uuid)
The UUID of the server.
|
public CheckSecurityEventIdRequest.Builder securityEventIds(List<String> securityEventIds)
The IDs of alert events. You can specify up to 100 IDs. If you do not specify this parameter, the value of the response parameter Data is false. The value false indicates that no alert events are generated on the server.
example:You can call the DescribeSuspEvents operation to query the IDs of alert events.
["1234567","98765432"]
public CheckSecurityEventIdRequest.Builder uuid(String uuid)
The UUID of the server.
You can call the DescribeCloudCenterInstances operation to query the UUIDs of servers.
This parameter is required.
example:96ad2473-bc60-45ba-ad1c-932e2866****
public CheckSecurityEventIdRequest build()
Copyright © 2026. All rights reserved.