Interface SeverityCounts.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SeverityCounts.Builder,
,SeverityCounts> SdkBuilder<SeverityCounts.Builder,
,SeverityCounts> SdkPojo
- Enclosing class:
SeverityCounts
@Mutable
@NotThreadSafe
public static interface SeverityCounts.Builder
extends SdkPojo, CopyableBuilder<SeverityCounts.Builder,SeverityCounts>
-
Method Summary
Modifier and TypeMethodDescriptionThe total count of findings from all severities.The total count of critical severity findings.The total count of high severity findings.The total count of medium severity 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, sdkFieldNameToField, sdkFields
-
Method Details
-
all
The total count of findings from all severities.
- Parameters:
all
- The total count of findings from all severities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
critical
The total count of critical severity findings.
- Parameters:
critical
- The total count of critical severity findings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
high
The total count of high severity findings.
- Parameters:
high
- The total count of high severity findings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
medium
The total count of medium severity findings.
- Parameters:
medium
- The total count of medium severity findings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-