public static final class UpdateAlarmEventRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateAlarmEventRequest.Builder |
alarmEventIdList(List<Long> alarmEventIdList)
The IDs of the alert events.
|
UpdateAlarmEventRequest |
build() |
UpdateAlarmEventRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
UpdateAlarmEventRequest.Builder |
operationCode(String operationCode)
The operation that you want to perform on the alert events.
|
public UpdateAlarmEventRequest.Builder alarmEventIdList(List<Long> alarmEventIdList)
The IDs of the alert events.
public UpdateAlarmEventRequest.Builder lang(String lang)
The language of the content within the request and response. Valid values:
zh
public UpdateAlarmEventRequest.Builder operationCode(String operationCode)
The operation that you want to perform on the alert events. Valid values:
ignore
public UpdateAlarmEventRequest build()
Copyright © 2026. All rights reserved.