Interface RuleUpdate.Builder

    • Method Detail

      • action

        RuleUpdate.Builder action​(RuleAction action)

        The rule action.

        Parameters:
        action - The rule action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • match

        RuleUpdate.Builder match​(RuleMatch match)

        The rule match.

        Parameters:
        match - The rule match.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • priority

        RuleUpdate.Builder priority​(Integer priority)

        The rule priority. A listener can't have multiple rules with the same priority.

        Parameters:
        priority - The rule priority. A listener can't have multiple rules with the same priority.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ruleIdentifier

        RuleUpdate.Builder ruleIdentifier​(String ruleIdentifier)

        The ID or Amazon Resource Name (ARN) of the rule.

        Parameters:
        ruleIdentifier - The ID or Amazon Resource Name (ARN) of the rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.