Interface SimpleRule.Builder

    • Method Detail

      • inputProperty

        SimpleRule.Builder inputProperty​(String inputProperty)

        The value on the left side of the comparison operator. You can specify an AWS IoT Events input attribute as an input property.

        Parameters:
        inputProperty - The value on the left side of the comparison operator. You can specify an AWS IoT Events input attribute as an input property.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • comparisonOperator

        SimpleRule.Builder comparisonOperator​(String comparisonOperator)

        The comparison operator.

        Parameters:
        comparisonOperator - The comparison operator.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ComparisonOperator, ComparisonOperator
      • threshold

        SimpleRule.Builder threshold​(String threshold)

        The value on the right side of the comparison operator. You can enter a number or specify an AWS IoT Events input attribute.

        Parameters:
        threshold - The value on the right side of the comparison operator. You can enter a number or specify an AWS IoT Events input attribute.
        Returns:
        Returns a reference to this object so that method calls can be chained together.