| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
static ImageAggregation.Builder |
ImageAggregation.builder() |
ImageAggregation.Builder |
ImageAggregation.Builder.imageBuildVersionArn(String imageBuildVersionArn)
The Amazon Resource Name (ARN) that identifies the image for this aggregation.
|
default ImageAggregation.Builder |
ImageAggregation.Builder.severityCounts(Consumer<SeverityCounts.Builder> severityCounts)
Counts by severity level for medium severity and higher level findings, plus a total for all of the findings
for the specified image.
|
ImageAggregation.Builder |
ImageAggregation.Builder.severityCounts(SeverityCounts severityCounts)
Counts by severity level for medium severity and higher level findings, plus a total for all of the findings
for the specified image.
|
ImageAggregation.Builder |
ImageAggregation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ImageAggregation.Builder> |
ImageAggregation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ImageScanFindingAggregation.Builder |
ImageScanFindingAggregation.Builder.imageAggregation(Consumer<ImageAggregation.Builder> imageAggregation)
Returns an object that contains severity counts based on the Amazon Resource Name (ARN) for a specific image.
|
Copyright © 2023. All rights reserved.