public static interface ResetAlarmActionRequest.Builder extends SdkPojo, CopyableBuilder<ResetAlarmActionRequest.Builder,ResetAlarmActionRequest>
| Modifier and Type | Method and Description |
|---|---|
ResetAlarmActionRequest.Builder |
alarmModelName(String alarmModelName)
The name of the alarm model.
|
ResetAlarmActionRequest.Builder |
keyValue(String keyValue)
The value of the key used as a filter to select only the alarms associated with the key.
|
ResetAlarmActionRequest.Builder |
note(String note)
The note that you can leave when you reset the alarm.
|
ResetAlarmActionRequest.Builder |
requestId(String requestIdValue)
The request ID.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResetAlarmActionRequest.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.ResetAlarmActionRequest.Builder alarmModelName(String alarmModelName)
The name of the alarm model.
alarmModelName - The name of the alarm model.ResetAlarmActionRequest.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.ResetAlarmActionRequest.Builder note(String note)
The note that you can leave when you reset the alarm.
note - The note that you can leave when you reset the alarm.Copyright © 2023. All rights reserved.