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