Interface CategoryWithFindingNum.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CategoryWithFindingNum.Builder,
,CategoryWithFindingNum> SdkBuilder<CategoryWithFindingNum.Builder,
,CategoryWithFindingNum> SdkPojo
- Enclosing class:
CategoryWithFindingNum
@Mutable
@NotThreadSafe
public static interface CategoryWithFindingNum.Builder
extends SdkPojo, CopyableBuilder<CategoryWithFindingNum.Builder,CategoryWithFindingNum>
-
Method Summary
Modifier and TypeMethodDescriptioncategoryName
(String categoryName) The name of the finding category.findingNumber
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-