Interface ResetAlarmActionRequest.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ResetAlarmActionRequest.Builder,ResetAlarmActionRequest>, SdkBuilder<ResetAlarmActionRequest.Builder,ResetAlarmActionRequest>, SdkPojo
Enclosing class:
ResetAlarmActionRequest

public static interface ResetAlarmActionRequest.Builder extends SdkPojo, CopyableBuilder<ResetAlarmActionRequest.Builder,ResetAlarmActionRequest>
  • Method Details

    • requestId

      ResetAlarmActionRequest.Builder requestId(String requestIdValue)

      The request ID. Each ID must be unique within each batch.

      Parameters:
      requestIdValue - The request ID. Each ID must be unique within each batch.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • alarmModelName

      ResetAlarmActionRequest.Builder alarmModelName(String alarmModelName)

      The name of the alarm model.

      Parameters:
      alarmModelName - The name of the alarm model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • keyValue

      The value of the key used as a filter to select only the alarms associated with the key.

      Parameters:
      keyValue - The value of the key used as a filter to select only the alarms associated with the key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • note

      The note that you can leave when you reset the alarm.

      Parameters:
      note - The note that you can leave when you reset the alarm.
      Returns:
      Returns a reference to this object so that method calls can be chained together.