public static interface ImagePipelineAggregation.Builder extends SdkPojo, CopyableBuilder<ImagePipelineAggregation.Builder,ImagePipelineAggregation>
| Modifier and Type | Method and Description |
|---|---|
ImagePipelineAggregation.Builder |
imagePipelineArn(String imagePipelineArn)
The Amazon Resource Name (ARN) that identifies the image pipeline for this aggregation.
|
default ImagePipelineAggregation.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 pipeline.
|
ImagePipelineAggregation.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 pipeline.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImagePipelineAggregation.Builder imagePipelineArn(String imagePipelineArn)
The Amazon Resource Name (ARN) that identifies the image pipeline for this aggregation.
imagePipelineArn - The Amazon Resource Name (ARN) that identifies the image pipeline for this aggregation.ImagePipelineAggregation.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 pipeline.
severityCounts - Counts by severity level for medium severity and higher level findings, plus a total for all of the
findings for the specified image pipeline.default ImagePipelineAggregation.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 pipeline.
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.