public static final class DescribeAlarmEventDetailRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeAlarmEventDetailRequest.Builder |
alarmUniqueInfo(String alarmUniqueInfo)
The unique identifier of the alert event.
|
DescribeAlarmEventDetailRequest |
build() |
DescribeAlarmEventDetailRequest.Builder |
from(String from)
The ID of the request source.
|
DescribeAlarmEventDetailRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribeAlarmEventDetailRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
public DescribeAlarmEventDetailRequest.Builder alarmUniqueInfo(String alarmUniqueInfo)
The unique identifier of the alert event.
To query the details of an alert event, you must provide the unique identifier of the alert event. You can call the DescribeSuspEvents operation to obtain the identifier.
This parameter is required.
example:9f62555666f177aa84ee1eaf465a****
public DescribeAlarmEventDetailRequest.Builder from(String from)
The ID of the request source. Set the value to sas.
This parameter is required.
example:sas
public DescribeAlarmEventDetailRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public DescribeAlarmEventDetailRequest.Builder sourceIp(String sourceIp)
The source IP address of the request.
example:192.168.XX.XX
public DescribeAlarmEventDetailRequest build()
Copyright © 2026. All rights reserved.