Class CreateRuleResponse

    • Method Detail

      • action

        public final RuleAction action()

        The rule action. Each rule must include exactly one of the following types of actions: forward or fixed-response, and it must be the last action to be performed.

        Returns:
        The rule action. Each rule must include exactly one of the following types of actions: forward or fixed-response, and it must be the last action to be performed.
      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the rule.

        Returns:
        The Amazon Resource Name (ARN) of the rule.
      • id

        public final String id()

        The ID of the rule.

        Returns:
        The ID of the rule.
      • match

        public final RuleMatch match()

        The rule match. The RuleMatch must be an HttpMatch. This means that the rule should be an exact match on HTTP constraints which are made up of the HTTP method, path, and header.

        Returns:
        The rule match. The RuleMatch must be an HttpMatch. This means that the rule should be an exact match on HTTP constraints which are made up of the HTTP method, path, and header.
      • name

        public final String name()

        The name of the rule.

        Returns:
        The name of the rule.
      • priority

        public final Integer priority()

        The priority assigned to the rule. The lower the priority number the higher the priority.

        Returns:
        The priority assigned to the rule. The lower the priority number the higher the priority.
      • 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