Interface Condition.Builder

    • Method Detail

      • actionCondition

        Condition.Builder actionCondition​(ActionCondition actionCondition)

        A single action condition. This is the action setting that a log record must contain in order to meet the condition.

        Parameters:
        actionCondition - A single action condition. This is the action setting that a log record must contain in order to meet the condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • labelNameCondition

        Condition.Builder labelNameCondition​(LabelNameCondition labelNameCondition)

        A single label name condition. This is the fully qualified label name that a log record must contain in order to meet the condition. Fully qualified labels have a prefix, optional namespaces, and label name. The prefix identifies the rule group or web ACL context of the rule that added the label.

        Parameters:
        labelNameCondition - A single label name condition. This is the fully qualified label name that a log record must contain in order to meet the condition. Fully qualified labels have a prefix, optional namespaces, and label name. The prefix identifies the rule group or web ACL context of the rule that added the label.
        Returns:
        Returns a reference to this object so that method calls can be chained together.