Interface FindingStatistics.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FindingStatistics.Builder,
,FindingStatistics> SdkBuilder<FindingStatistics.Builder,
,FindingStatistics> SdkPojo
- Enclosing class:
FindingStatistics
public static interface FindingStatistics.Builder
extends SdkPojo, CopyableBuilder<FindingStatistics.Builder,FindingStatistics>
-
Method Summary
Modifier and TypeMethodDescriptioncountBySeverity
(Map<String, Integer> countBySeverity) Represents a map of severity to count statistics for a set of findings.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 Details
-
countBySeverity
Represents a map of severity to count statistics for a set of findings.
- Parameters:
countBySeverity
- Represents a map of severity to count statistics for a set of findings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-