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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CategoryWithFindingNum.BuildercategoryName(String categoryName)The name of the finding category.CategoryWithFindingNum.BuilderfindingNumber(Integer findingNumber)The number of open findings in the category.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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.
-
-