public static interface ImageScanFindingsSummary.Builder extends SdkPojo, CopyableBuilder<ImageScanFindingsSummary.Builder,ImageScanFindingsSummary>
| Modifier and Type | Method and Description |
|---|---|
ImageScanFindingsSummary.Builder |
findingSeverityCounts(Map<FindingSeverity,Integer> findingSeverityCounts)
The image vulnerability counts, sorted by severity.
|
ImageScanFindingsSummary.Builder |
findingSeverityCountsWithStrings(Map<String,Integer> findingSeverityCounts)
The image vulnerability counts, sorted by severity.
|
ImageScanFindingsSummary.Builder |
imageScanCompletedAt(Instant imageScanCompletedAt)
The time of the last completed image scan.
|
ImageScanFindingsSummary.Builder |
vulnerabilitySourceUpdatedAt(Instant vulnerabilitySourceUpdatedAt)
The time when the vulnerability data was last scanned.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImageScanFindingsSummary.Builder imageScanCompletedAt(Instant imageScanCompletedAt)
The time of the last completed image scan.
imageScanCompletedAt - The time of the last completed image scan.ImageScanFindingsSummary.Builder vulnerabilitySourceUpdatedAt(Instant vulnerabilitySourceUpdatedAt)
The time when the vulnerability data was last scanned.
vulnerabilitySourceUpdatedAt - The time when the vulnerability data was last scanned.ImageScanFindingsSummary.Builder findingSeverityCountsWithStrings(Map<String,Integer> findingSeverityCounts)
The image vulnerability counts, sorted by severity.
findingSeverityCounts - The image vulnerability counts, sorted by severity.ImageScanFindingsSummary.Builder findingSeverityCounts(Map<FindingSeverity,Integer> findingSeverityCounts)
The image vulnerability counts, sorted by severity.
findingSeverityCounts - The image vulnerability counts, sorted by severity.Copyright © 2023. All rights reserved.