Interface DateStatistics.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DateStatistics.Builder,
,DateStatistics> SdkBuilder<DateStatistics.Builder,
,DateStatistics> SdkPojo
- Enclosing class:
DateStatistics
public static interface DateStatistics.Builder
extends SdkPojo, CopyableBuilder<DateStatistics.Builder,DateStatistics>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the total findings count is observed.lastGeneratedAt
(Instant lastGeneratedAt) The timestamp at which the last finding in the findings count, was generated.The severity of the findings generated on each date.totalFindings
(Integer totalFindings) The total number of findings that were generated per severity level on each date.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 Details
-
date
The timestamp when the total findings count is observed.
For example,
Date
would look like"2024-09-05T17:00:00-07:00"
whereasLastGeneratedAt
would look like 2024-09-05T17:12:29-07:00".- Parameters:
date
- The timestamp when the total findings count is observed.For example,
Date
would look like"2024-09-05T17:00:00-07:00"
whereasLastGeneratedAt
would look like 2024-09-05T17:12:29-07:00".- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastGeneratedAt
The timestamp at which the last finding in the findings count, was generated.
- Parameters:
lastGeneratedAt
- The timestamp at which the last finding in the findings count, was generated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
severity
The severity of the findings generated on each date.
- Parameters:
severity
- The severity of the findings generated on each date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalFindings
The total number of findings that were generated per severity level on each date.
- Parameters:
totalFindings
- The total number of findings that were generated per severity level on each date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-