Interface AlarmModelSummary.Builder

    • Method Detail

      • creationTime

        AlarmModelSummary.Builder creationTime​(Instant creationTime)

        The time the alarm model was created, in the Unix epoch format.

        Parameters:
        creationTime - The time the alarm model was created, in the Unix epoch format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • alarmModelDescription

        AlarmModelSummary.Builder alarmModelDescription​(String alarmModelDescription)

        The description of the alarm model.

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

        AlarmModelSummary.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.