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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FindingMetricsValuePerSeverity.Buildercritical(Double critical)The severity of the finding is critical and should be addressed immediately.FindingMetricsValuePerSeverity.Builderhigh(Double high)The severity of the finding is high and should be addressed as a near-term priority.FindingMetricsValuePerSeverity.Builderinfo(Double info)The finding is related to quality or readability improvements and not considered actionable.FindingMetricsValuePerSeverity.Builderlow(Double low)The severity of the finding is low and does require action on its own.FindingMetricsValuePerSeverity.Buildermedium(Double medium)The severity of the finding is medium and should be addressed as a mid-term priority.-
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, sdkFields
-
-
-
-
Method Detail
-
critical
FindingMetricsValuePerSeverity.Builder critical(Double critical)
The severity of the finding is critical and should be addressed immediately.
- Parameters:
critical- The severity of the finding is critical and should be addressed immediately.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
high
FindingMetricsValuePerSeverity.Builder high(Double high)
The severity of the finding is high and should be addressed as a near-term priority.
- Parameters:
high- The severity of the finding is high and should be addressed as a near-term priority.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
info
FindingMetricsValuePerSeverity.Builder info(Double info)
The finding is related to quality or readability improvements and not considered actionable.
- Parameters:
info- The finding is related to quality or readability improvements and not considered actionable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
low
FindingMetricsValuePerSeverity.Builder low(Double low)
The severity of the finding is low and does require action on its own.
- Parameters:
low- The severity of the finding is low and does require action on its own.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
medium
FindingMetricsValuePerSeverity.Builder medium(Double medium)
The severity of the finding is medium and should be addressed as a mid-term priority.
- Parameters:
medium- The severity of the finding is medium and should be addressed as a mid-term priority.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-