Interface AlarmRule.Builder

    • Method Detail

      • simpleRule

        AlarmRule.Builder simpleRule​(SimpleRule simpleRule)

        A rule that compares an input property value to a threshold value with a comparison operator.

        Parameters:
        simpleRule - A rule that compares an input property value to a threshold value with a comparison operator.
        Returns:
        Returns a reference to this object so that method calls can be chained together.