public static interface AcknowledgeAlarmActionRequest.Builder extends SdkPojo, CopyableBuilder<AcknowledgeAlarmActionRequest.Builder,AcknowledgeAlarmActionRequest>
| Modifier and Type | Method and Description |
|---|---|
AcknowledgeAlarmActionRequest.Builder |
alarmModelName(String alarmModelName)
The name of the alarm model.
|
AcknowledgeAlarmActionRequest.Builder |
keyValue(String keyValue)
The value of the key used as a filter to select only the alarms associated with the key.
|
AcknowledgeAlarmActionRequest.Builder |
note(String note)
The note that you can leave when you acknowledge the alarm.
|
AcknowledgeAlarmActionRequest.Builder |
requestId(String requestIdValue)
The request ID.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAcknowledgeAlarmActionRequest.Builder requestId(String requestIdValue)
The request ID. Each ID must be unique within each batch.
requestIdValue - The request ID. Each ID must be unique within each batch.AcknowledgeAlarmActionRequest.Builder alarmModelName(String alarmModelName)
The name of the alarm model.
alarmModelName - The name of the alarm model.AcknowledgeAlarmActionRequest.Builder keyValue(String keyValue)
The value of the key used as a filter to select only the alarms associated with the key.
keyValue - The value of the key used as a filter to select only the alarms associated with the key.AcknowledgeAlarmActionRequest.Builder note(String note)
The note that you can leave when you acknowledge the alarm.
note - The note that you can leave when you acknowledge the alarm.Copyright © 2023. All rights reserved.