Interface SeverityTrendsCount.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SeverityTrendsCount.Builder,,SeverityTrendsCount> SdkBuilder<SeverityTrendsCount.Builder,,SeverityTrendsCount> SdkPojo
- Enclosing class:
SeverityTrendsCount
-
Method Summary
Modifier and TypeMethodDescriptionThe count of findings with Critical severity level at this point in the trend timeline.The count of findings with Fatal severity level at this point in the trend timeline.The count of findings with High severity level at this point in the trend timeline.informational(Long informational) The count of findings with Informational severity level at this point in the trend timeline.The count of findings with Low severity level at this point in the trend timeline.The count of findings with Medium severity level at this point in the trend timeline.The count of findings with severity levels not fitting into the standard categories at this point in the trend timeline.The count of findings with Unknown severity level at this point in the trend timeline.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
-
unknown
The count of findings with Unknown severity level at this point in the trend timeline.
- Parameters:
unknown- The count of findings with Unknown severity level at this point in the trend timeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
informational
The count of findings with Informational severity level at this point in the trend timeline.
- Parameters:
informational- The count of findings with Informational severity level at this point in the trend timeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
low
The count of findings with Low severity level at this point in the trend timeline.
- Parameters:
low- The count of findings with Low severity level at this point in the trend timeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
medium
The count of findings with Medium severity level at this point in the trend timeline.
- Parameters:
medium- The count of findings with Medium severity level at this point in the trend timeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
high
The count of findings with High severity level at this point in the trend timeline.
- Parameters:
high- The count of findings with High severity level at this point in the trend timeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
critical
The count of findings with Critical severity level at this point in the trend timeline.
- Parameters:
critical- The count of findings with Critical severity level at this point in the trend timeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fatal
The count of findings with Fatal severity level at this point in the trend timeline.
- Parameters:
fatal- The count of findings with Fatal severity level at this point in the trend timeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
other
The count of findings with severity levels not fitting into the standard categories at this point in the trend timeline.
- Parameters:
other- The count of findings with severity levels not fitting into the standard categories at this point in the trend timeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-