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