public static interface ImageScanFindings.Builder extends SdkPojo, CopyableBuilder<ImageScanFindings.Builder,ImageScanFindings>
| Modifier and Type | Method and Description |
|---|---|
ImageScanFindings.Builder |
findings(Collection<ImageScanFinding> findings)
The findings from the image scan.
|
ImageScanFindings.Builder |
findings(Consumer<ImageScanFinding.Builder>... findings)
The findings from the image scan.
|
ImageScanFindings.Builder |
findings(ImageScanFinding... findings)
The findings from the image scan.
|
ImageScanFindings.Builder |
findingSeverityCounts(Map<FindingSeverity,Integer> findingSeverityCounts)
The image vulnerability counts, sorted by severity.
|
ImageScanFindings.Builder |
findingSeverityCountsWithStrings(Map<String,Integer> findingSeverityCounts)
The image vulnerability counts, sorted by severity.
|
ImageScanFindings.Builder |
imageScanCompletedAt(Instant imageScanCompletedAt)
The time of the last completed image scan.
|
ImageScanFindings.Builder |
vulnerabilitySourceUpdatedAt(Instant vulnerabilitySourceUpdatedAt)
The time when the vulnerability data was last scanned.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImageScanFindings.Builder imageScanCompletedAt(Instant imageScanCompletedAt)
The time of the last completed image scan.
imageScanCompletedAt - The time of the last completed image scan.ImageScanFindings.Builder vulnerabilitySourceUpdatedAt(Instant vulnerabilitySourceUpdatedAt)
The time when the vulnerability data was last scanned.
vulnerabilitySourceUpdatedAt - The time when the vulnerability data was last scanned.ImageScanFindings.Builder findings(Collection<ImageScanFinding> findings)
The findings from the image scan.
findings - The findings from the image scan.ImageScanFindings.Builder findings(ImageScanFinding... findings)
The findings from the image scan.
findings - The findings from the image scan.ImageScanFindings.Builder findings(Consumer<ImageScanFinding.Builder>... findings)
The findings from the image scan.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #findings(List) .findings - a consumer that will call methods on List.Builder #findings(List) ImageScanFindings.Builder findingSeverityCountsWithStrings(Map<String,Integer> findingSeverityCounts)
The image vulnerability counts, sorted by severity.
findingSeverityCounts - The image vulnerability counts, sorted by severity.ImageScanFindings.Builder findingSeverityCounts(Map<FindingSeverity,Integer> findingSeverityCounts)
The image vulnerability counts, sorted by severity.
findingSeverityCounts - The image vulnerability counts, sorted by severity.Copyright © 2021. All rights reserved.