Interface Alarm.Builder

    • Method Detail

      • name

        Alarm.Builder name​(String name)

        The name of the alarm. Maximum length is 255 characters. Each alarm name can be used only once in a list of alarms.

        Parameters:
        name - The name of the alarm. Maximum length is 255 characters. Each alarm name can be used only once in a list of alarms.
        Returns:
        Returns a reference to this object so that method calls can be chained together.