Interface FindingMetricsValuePerSeverity.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<FindingMetricsValuePerSeverity.Builder,,- FindingMetricsValuePerSeverity> - SdkBuilder<FindingMetricsValuePerSeverity.Builder,,- FindingMetricsValuePerSeverity> - SdkPojo
- Enclosing class:
- FindingMetricsValuePerSeverity
@Mutable
@NotThreadSafe
public static interface FindingMetricsValuePerSeverity.Builder
extends SdkPojo, CopyableBuilder<FindingMetricsValuePerSeverity.Builder,FindingMetricsValuePerSeverity> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
infoA 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.
 
- 
lowA 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.
 
- 
mediumA 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.
 
- 
highA 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.
 
- 
criticalA 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.
 
 
-