public static interface ImageAggregation.Builder extends SdkPojo, CopyableBuilder<ImageAggregation.Builder,ImageAggregation>
| Modifier and Type | Method and Description |
|---|---|
ImageAggregation.Builder |
imageBuildVersionArn(String imageBuildVersionArn)
The Amazon Resource Name (ARN) that identifies the image for this aggregation.
|
default 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 |
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImageAggregation.Builder imageBuildVersionArn(String imageBuildVersionArn)
The Amazon Resource Name (ARN) that identifies the image for this aggregation.
imageBuildVersionArn - The Amazon Resource Name (ARN) that identifies the image for this aggregation.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.
severityCounts - Counts by severity level for medium severity and higher level findings, plus a total for all of the
findings for the specified image.default 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.
This is a convenience method that creates an instance of theSeverityCounts.Builder avoiding the need
to create one manually via SeverityCounts.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to severityCounts(SeverityCounts).
severityCounts - a consumer that will call methods on SeverityCounts.BuilderseverityCounts(SeverityCounts)Copyright © 2023. All rights reserved.