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
Modifier and TypeMethodDescriptionfindingSeverityCounts
(Map<FindingSeverity, Integer> findingSeverityCounts) The image vulnerability counts, sorted by severity.findingSeverityCountsWithStrings
(Map<String, Integer> findingSeverityCounts) The image vulnerability counts, sorted by severity.imageScanCompletedAt
(Instant imageScanCompletedAt) The time of the last completed image scan.vulnerabilitySourceUpdatedAt
(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, sdkFields
-
Method Details
-
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
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.
-