public static final class UpdateStrictEventNameRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateStrictEventNameRequest |
build() |
UpdateStrictEventNameRequest.Builder |
eventNameList(List<String> eventNameList)
List of strict alarms to be operated on.
|
UpdateStrictEventNameRequest.Builder |
lang(String lang)
Sets the language type for requests and received messages, default is zh.
|
UpdateStrictEventNameRequest.Builder |
operator(String operator)
Operation rule determination operator:
on: Turn on the alarm
off: Turn off the alarm
This parameter is required.
|
public UpdateStrictEventNameRequest.Builder eventNameList(List<String> eventNameList)
List of strict alarms to be operated on. This list is a complete list, and any strict alarms not included in this list will have the opposite operation performed.
You can call DescribeStrictEventName to get the list of all strict mode alarms.
public UpdateStrictEventNameRequest.Builder lang(String lang)
Sets the language type for requests and received messages, default is zh. Values:
zh
public UpdateStrictEventNameRequest.Builder operator(String operator)
Operation rule determination operator:
This parameter is required.
example:on
public UpdateStrictEventNameRequest build()
Copyright © 2026. All rights reserved.