public static interface ImageScanFindings.Builder extends SdkPojo, CopyableBuilder<ImageScanFindings.Builder,ImageScanFindings>
| Modifier and Type | Method and Description |
|---|---|
ImageScanFindings.Builder |
enhancedFindings(Collection<EnhancedImageScanFinding> enhancedFindings)
Details about the enhanced scan findings from Amazon Inspector.
|
ImageScanFindings.Builder |
enhancedFindings(Consumer<EnhancedImageScanFinding.Builder>... enhancedFindings)
Details about the enhanced scan findings from Amazon Inspector.
|
ImageScanFindings.Builder |
enhancedFindings(EnhancedImageScanFinding... enhancedFindings)
Details about the enhanced scan findings from Amazon Inspector.
|
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 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.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 method that creates an instance of theImageScanFinding.Builder avoiding the need to create one
manually via ImageScanFinding.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #findings(List.
findings - a consumer that will call methods on
ImageScanFinding.Builder#findings(java.util.Collection) ImageScanFindings.Builder enhancedFindings(Collection<EnhancedImageScanFinding> enhancedFindings)
Details about the enhanced scan findings from Amazon Inspector.
enhancedFindings - Details about the enhanced scan findings from Amazon Inspector.ImageScanFindings.Builder enhancedFindings(EnhancedImageScanFinding... enhancedFindings)
Details about the enhanced scan findings from Amazon Inspector.
enhancedFindings - Details about the enhanced scan findings from Amazon Inspector.ImageScanFindings.Builder enhancedFindings(Consumer<EnhancedImageScanFinding.Builder>... enhancedFindings)
Details about the enhanced scan findings from Amazon Inspector.
This is a convenience method that creates an instance of theEnhancedImageScanFinding.Builder avoiding the need to
create one manually via EnhancedImageScanFinding.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #enhancedFindings(List.
enhancedFindings - a consumer that will call methods on
EnhancedImageScanFinding.Builder#enhancedFindings(java.util.Collection) Copyright © 2023. All rights reserved.