Interface RuleSummary.Builder

  • Method Details

    • sid

      The unique identifier (Signature ID) of the Suricata rule.

      Parameters:
      sid - The unique identifier (Signature ID) of the Suricata rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • msg

      The contents taken from the rule's msg field.

      Parameters:
      msg - The contents taken from the rule's msg field.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • metadata

      RuleSummary.Builder metadata(String metadata)

      The contents of the rule's metadata.

      Parameters:
      metadata - The contents of the rule's metadata.
      Returns:
      Returns a reference to this object so that method calls can be chained together.