Interface ImageScanFindingsSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ImageScanFindingsSummary.Builder,ImageScanFindingsSummary>,SdkBuilder<ImageScanFindingsSummary.Builder,ImageScanFindingsSummary>,SdkPojo
- Enclosing class:
- ImageScanFindingsSummary
public static interface ImageScanFindingsSummary.Builder extends SdkPojo, CopyableBuilder<ImageScanFindingsSummary.Builder,ImageScanFindingsSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImageScanFindingsSummary.BuilderfindingSeverityCounts(Map<FindingSeverity,Integer> findingSeverityCounts)The image vulnerability counts, sorted by severity.ImageScanFindingsSummary.BuilderfindingSeverityCountsWithStrings(Map<String,Integer> findingSeverityCounts)The image vulnerability counts, sorted by severity.ImageScanFindingsSummary.BuilderimageScanCompletedAt(Instant imageScanCompletedAt)The time of the last completed image scan.ImageScanFindingsSummary.BuildervulnerabilitySourceUpdatedAt(Instant vulnerabilitySourceUpdatedAt)The time when the vulnerability data was last scanned.-
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
-
imageScanCompletedAt
ImageScanFindingsSummary.Builder imageScanCompletedAt(Instant imageScanCompletedAt)
The time of the last completed image scan.
- Parameters:
imageScanCompletedAt- The time of the last completed image scan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vulnerabilitySourceUpdatedAt
ImageScanFindingsSummary.Builder vulnerabilitySourceUpdatedAt(Instant vulnerabilitySourceUpdatedAt)
The time when the vulnerability data was last scanned.
- Parameters:
vulnerabilitySourceUpdatedAt- The time when the vulnerability data was last scanned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
findingSeverityCountsWithStrings
ImageScanFindingsSummary.Builder findingSeverityCountsWithStrings(Map<String,Integer> findingSeverityCounts)
The image vulnerability counts, sorted by severity.
- Parameters:
findingSeverityCounts- The image vulnerability counts, sorted by severity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
findingSeverityCounts
ImageScanFindingsSummary.Builder findingSeverityCounts(Map<FindingSeverity,Integer> findingSeverityCounts)
The image vulnerability counts, sorted by severity.
- Parameters:
findingSeverityCounts- The image vulnerability counts, sorted by severity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-