Interface AuditorResult.Builder

  • Method Details

    • auditor

      AuditorResult.Builder auditor(String auditor)

      The name of the auditor algorithm that generated this result.

      Parameters:
      auditor - The name of the auditor algorithm that generated this result.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      AuditorResult.Builder description(String description)

      A detailed description of the audit finding, explaining what was observed and potential implications.

      Parameters:
      description - A detailed description of the audit finding, explaining what was observed and potential implications.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • severity

      AuditorResult.Builder severity(String severity)

      The severity level of this audit finding, indicating the importance and potential impact of the issue.

      Parameters:
      severity - The severity level of this audit finding, indicating the importance and potential impact of the issue.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • severity

      AuditorResult.Builder severity(Severity severity)

      The severity level of this audit finding, indicating the importance and potential impact of the issue.

      Parameters:
      severity - The severity level of this audit finding, indicating the importance and potential impact of the issue.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: