Interface SubCheckResult.Builder

  • Method Details

    • id

      The unique identifier of the sub-check result.

      Parameters:
      id - The unique identifier of the sub-check result.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the sub-check.

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

      SubCheckResult.Builder description(String description)

      A description of what the sub-check validates.

      Parameters:
      description - A description of what the sub-check validates.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • references

      SubCheckResult.Builder references(Collection<String> references)

      A list of references or documentation links related to the sub-check.

      Parameters:
      references - A list of references or documentation links related to the sub-check.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • references

      SubCheckResult.Builder references(String... references)

      A list of references or documentation links related to the sub-check.

      Parameters:
      references - A list of references or documentation links related to the sub-check.
      Returns:
      Returns a reference to this object so that method calls can be chained together.