Class UpdateRuleRequest

    • Method Detail

      • action

        public final RuleAction action()

        Information about the action for the specified listener rule.

        Returns:
        Information about the action for the specified listener rule.
      • listenerIdentifier

        public final String listenerIdentifier()

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

        Returns:
        The ID or Amazon Resource Name (ARN) of the listener.
      • match

        public final RuleMatch match()

        The rule match.

        Returns:
        The rule match.
      • priority

        public final Integer priority()

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

        Returns:
        The rule priority. A listener can't have multiple rules with the same priority.
      • ruleIdentifier

        public final String ruleIdentifier()

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

        Returns:
        The ID or Amazon Resource Name (ARN) of the rule.
      • serviceIdentifier

        public final String serviceIdentifier()

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

        Returns:
        The ID or Amazon Resource Name (ARN) of the service.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object