Interface CategoryWithFindingNum.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CategoryWithFindingNum.Builder,CategoryWithFindingNum>, SdkBuilder<CategoryWithFindingNum.Builder,CategoryWithFindingNum>, SdkPojo
Enclosing class:
CategoryWithFindingNum

public static interface CategoryWithFindingNum.Builder extends SdkPojo, CopyableBuilder<CategoryWithFindingNum.Builder,CategoryWithFindingNum>
  • Method Details

    • categoryName

      CategoryWithFindingNum.Builder categoryName(String categoryName)

      The name of the finding category. A finding category is determined by the detector that detected the finding.

      Parameters:
      categoryName - The name of the finding category. A finding category is determined by the detector that detected the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • findingNumber

      CategoryWithFindingNum.Builder findingNumber(Integer findingNumber)

      The number of open findings in the category.

      Parameters:
      findingNumber - The number of open findings in the category.
      Returns:
      Returns a reference to this object so that method calls can be chained together.