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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
categoryNameThe 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.
 
- 
findingNumberThe 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.
 
 
-