Interface SimpleRule.Builder

  • Method Details

    • 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

      SimpleRule.Builder comparisonOperator(ComparisonOperator 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:
    • 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.