public static interface FindingStatistics.Builder extends SdkPojo, CopyableBuilder<FindingStatistics.Builder,FindingStatistics>
Modifier and Type | Method and Description |
---|---|
FindingStatistics.Builder |
countBySeverity(Map<String,Integer> countBySeverity)
Represents a map of severity to count statistics for a set of findings.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
FindingStatistics.Builder countBySeverity(Map<String,Integer> countBySeverity)
Represents a map of severity to count statistics for a set of findings.
countBySeverity
- Represents a map of severity to count statistics for a set of findings.