Interface FindingMetricsValuePerSeverity.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<FindingMetricsValuePerSeverity.Builder,,FindingMetricsValuePerSeverity> SdkBuilder<FindingMetricsValuePerSeverity.Builder,,FindingMetricsValuePerSeverity> SdkPojo
- Enclosing class:
 FindingMetricsValuePerSeverity
public static interface FindingMetricsValuePerSeverity.Builder
extends SdkPojo, CopyableBuilder<FindingMetricsValuePerSeverity.Builder,FindingMetricsValuePerSeverity> 
- 
Method Summary
Modifier and TypeMethodDescriptionA numeric value corresponding to a critical finding.A numeric value corresponding to a high severity finding.A numeric value corresponding to an informational finding.A numeric value corresponding to a low severity finding.A numeric value corresponding to a medium severity finding.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
critical
A numeric value corresponding to a critical finding.
- Parameters:
 critical- A numeric value corresponding to a critical finding.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
high
A numeric value corresponding to a high severity finding.
- Parameters:
 high- A numeric value corresponding to a high severity finding.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
info
A numeric value corresponding to an informational finding.
- Parameters:
 info- A numeric value corresponding to an informational finding.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
low
A numeric value corresponding to a low severity finding.
- Parameters:
 low- A numeric value corresponding to a low severity finding.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
medium
A numeric value corresponding to a medium severity finding.
- Parameters:
 medium- A numeric value corresponding to a medium severity finding.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -