| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ImageScanFindingAggregation.Builder |
ImageScanFindingAggregation.Builder.accountAggregation(AccountAggregation accountAggregation)
Returns an object that contains severity counts based on an account ID.
|
default ImageScanFindingAggregation.Builder |
ImageScanFindingAggregation.Builder.accountAggregation(Consumer<AccountAggregation.Builder> accountAggregation)
Returns an object that contains severity counts based on an account ID.
|
static ImageScanFindingAggregation.Builder |
ImageScanFindingAggregation.builder() |
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.
|
ImageScanFindingAggregation.Builder |
ImageScanFindingAggregation.Builder.imageAggregation(ImageAggregation imageAggregation)
Returns an object that contains severity counts based on the Amazon Resource Name (ARN) for a specific image.
|
default ImageScanFindingAggregation.Builder |
ImageScanFindingAggregation.Builder.imagePipelineAggregation(Consumer<ImagePipelineAggregation.Builder> imagePipelineAggregation)
Returns an object that contains severity counts based on an image pipeline ARN.
|
ImageScanFindingAggregation.Builder |
ImageScanFindingAggregation.Builder.imagePipelineAggregation(ImagePipelineAggregation imagePipelineAggregation)
Returns an object that contains severity counts based on an image pipeline ARN.
|
ImageScanFindingAggregation.Builder |
ImageScanFindingAggregation.toBuilder() |
default ImageScanFindingAggregation.Builder |
ImageScanFindingAggregation.Builder.vulnerabilityIdAggregation(Consumer<VulnerabilityIdAggregation.Builder> vulnerabilityIdAggregation)
Returns an object that contains severity counts based on vulnerability ID.
|
ImageScanFindingAggregation.Builder |
ImageScanFindingAggregation.Builder.vulnerabilityIdAggregation(VulnerabilityIdAggregation vulnerabilityIdAggregation)
Returns an object that contains severity counts based on vulnerability ID.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ImageScanFindingAggregation.Builder> |
ImageScanFindingAggregation.serializableBuilderClass() |
Copyright © 2023. All rights reserved.