Interface FindingTypeStatistics.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FindingTypeStatistics.Builder,FindingTypeStatistics>,SdkBuilder<FindingTypeStatistics.Builder,FindingTypeStatistics>,SdkPojo
- Enclosing class:
- FindingTypeStatistics
public static interface FindingTypeStatistics.Builder extends SdkPojo, CopyableBuilder<FindingTypeStatistics.Builder,FindingTypeStatistics>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FindingTypeStatistics.BuilderfindingType(String findingType)Name of the finding type.FindingTypeStatistics.BuilderlastGeneratedAt(Instant lastGeneratedAt)The timestamp at which this finding type was last generated in your environment.FindingTypeStatistics.BuildertotalFindings(Integer totalFindings)The total number of findings associated with generated for each distinct finding type.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
findingType
FindingTypeStatistics.Builder findingType(String findingType)
Name of the finding type.
- Parameters:
findingType- Name of the finding type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastGeneratedAt
FindingTypeStatistics.Builder lastGeneratedAt(Instant lastGeneratedAt)
The timestamp at which this finding type was last generated in your environment.
- Parameters:
lastGeneratedAt- The timestamp at which this finding type was last generated in your environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalFindings
FindingTypeStatistics.Builder totalFindings(Integer totalFindings)
The total number of findings associated with generated for each distinct finding type.
- Parameters:
totalFindings- The total number of findings associated with generated for each distinct finding type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-