public static interface ImageScanFindingAggregation.Builder extends SdkPojo, CopyableBuilder<ImageScanFindingAggregation.Builder,ImageScanFindingAggregation>
| Modifier and Type | Method and Description |
|---|---|
ImageScanFindingAggregation.Builder |
accountAggregation(AccountAggregation accountAggregation)
Returns an object that contains severity counts based on an account ID.
|
default ImageScanFindingAggregation.Builder |
accountAggregation(Consumer<AccountAggregation.Builder> accountAggregation)
Returns an object that contains severity counts based on an account ID.
|
default 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 |
imageAggregation(ImageAggregation imageAggregation)
Returns an object that contains severity counts based on the Amazon Resource Name (ARN) for a specific image.
|
default ImageScanFindingAggregation.Builder |
imagePipelineAggregation(Consumer<ImagePipelineAggregation.Builder> imagePipelineAggregation)
Returns an object that contains severity counts based on an image pipeline ARN.
|
ImageScanFindingAggregation.Builder |
imagePipelineAggregation(ImagePipelineAggregation imagePipelineAggregation)
Returns an object that contains severity counts based on an image pipeline ARN.
|
default ImageScanFindingAggregation.Builder |
vulnerabilityIdAggregation(Consumer<VulnerabilityIdAggregation.Builder> vulnerabilityIdAggregation)
Returns an object that contains severity counts based on vulnerability ID.
|
ImageScanFindingAggregation.Builder |
vulnerabilityIdAggregation(VulnerabilityIdAggregation vulnerabilityIdAggregation)
Returns an object that contains severity counts based on vulnerability ID.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImageScanFindingAggregation.Builder accountAggregation(AccountAggregation accountAggregation)
Returns an object that contains severity counts based on an account ID.
accountAggregation - Returns an object that contains severity counts based on an account ID.default ImageScanFindingAggregation.Builder accountAggregation(Consumer<AccountAggregation.Builder> accountAggregation)
Returns an object that contains severity counts based on an account ID.
This is a convenience method that creates an instance of theAccountAggregation.Builder avoiding the
need to create one manually via AccountAggregation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to accountAggregation(AccountAggregation).
accountAggregation - a consumer that will call methods on AccountAggregation.BuilderaccountAggregation(AccountAggregation)ImageScanFindingAggregation.Builder imageAggregation(ImageAggregation imageAggregation)
Returns an object that contains severity counts based on the Amazon Resource Name (ARN) for a specific image.
imageAggregation - Returns an object that contains severity counts based on the Amazon Resource Name (ARN) for a specific
image.default 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.
This is a convenience method that creates an instance of theImageAggregation.Builder avoiding the
need to create one manually via ImageAggregation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to imageAggregation(ImageAggregation).
imageAggregation - a consumer that will call methods on ImageAggregation.BuilderimageAggregation(ImageAggregation)ImageScanFindingAggregation.Builder imagePipelineAggregation(ImagePipelineAggregation imagePipelineAggregation)
Returns an object that contains severity counts based on an image pipeline ARN.
imagePipelineAggregation - Returns an object that contains severity counts based on an image pipeline ARN.default ImageScanFindingAggregation.Builder imagePipelineAggregation(Consumer<ImagePipelineAggregation.Builder> imagePipelineAggregation)
Returns an object that contains severity counts based on an image pipeline ARN.
This is a convenience method that creates an instance of theImagePipelineAggregation.Builder
avoiding the need to create one manually via ImagePipelineAggregation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to imagePipelineAggregation(ImagePipelineAggregation).
imagePipelineAggregation - a consumer that will call methods on ImagePipelineAggregation.BuilderimagePipelineAggregation(ImagePipelineAggregation)ImageScanFindingAggregation.Builder vulnerabilityIdAggregation(VulnerabilityIdAggregation vulnerabilityIdAggregation)
Returns an object that contains severity counts based on vulnerability ID.
vulnerabilityIdAggregation - Returns an object that contains severity counts based on vulnerability ID.default ImageScanFindingAggregation.Builder vulnerabilityIdAggregation(Consumer<VulnerabilityIdAggregation.Builder> vulnerabilityIdAggregation)
Returns an object that contains severity counts based on vulnerability ID.
This is a convenience method that creates an instance of theVulnerabilityIdAggregation.Builder
avoiding the need to create one manually via VulnerabilityIdAggregation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to vulnerabilityIdAggregation(VulnerabilityIdAggregation).
vulnerabilityIdAggregation - a consumer that will call methods on VulnerabilityIdAggregation.BuildervulnerabilityIdAggregation(VulnerabilityIdAggregation)Copyright © 2023. All rights reserved.