public static interface ListImageScanFindingAggregationsResponse.Builder extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<ListImageScanFindingAggregationsResponse.Builder,ListImageScanFindingAggregationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListImageScanFindingAggregationsResponse.Builder |
aggregationType(String aggregationType)
The aggregation type specifies what type of key is used to group the image scan findings.
|
ListImageScanFindingAggregationsResponse.Builder |
nextToken(String nextToken)
The next token used for paginated responses.
|
ListImageScanFindingAggregationsResponse.Builder |
requestId(String requestIdValue)
The request ID that uniquely identifies this request.
|
ListImageScanFindingAggregationsResponse.Builder |
responses(Collection<ImageScanFindingAggregation> responses)
An array of image scan finding aggregations that match the filter criteria.
|
ListImageScanFindingAggregationsResponse.Builder |
responses(Consumer<ImageScanFindingAggregation.Builder>... responses)
An array of image scan finding aggregations that match the filter criteria.
|
ListImageScanFindingAggregationsResponse.Builder |
responses(ImageScanFindingAggregation... responses)
An array of image scan finding aggregations that match the filter criteria.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListImageScanFindingAggregationsResponse.Builder requestId(String requestIdValue)
The request ID that uniquely identifies this request.
requestIdValue - The request ID that uniquely identifies this request.ListImageScanFindingAggregationsResponse.Builder aggregationType(String aggregationType)
The aggregation type specifies what type of key is used to group the image scan findings. Image Builder
returns results based on the request filter. If you didn't specify a filter in the request, the type defaults
to accountId.
Aggregation types
accountId
imageBuildVersionArn
imagePipelineArn
vulnerabilityId
Each aggregation includes counts by severity level for medium severity and higher level findings, plus a total for all of the findings for each key value.
aggregationType - The aggregation type specifies what type of key is used to group the image scan findings. Image
Builder returns results based on the request filter. If you didn't specify a filter in the request,
the type defaults to accountId.
Aggregation types
accountId
imageBuildVersionArn
imagePipelineArn
vulnerabilityId
Each aggregation includes counts by severity level for medium severity and higher level findings, plus a total for all of the findings for each key value.
ListImageScanFindingAggregationsResponse.Builder responses(Collection<ImageScanFindingAggregation> responses)
An array of image scan finding aggregations that match the filter criteria.
responses - An array of image scan finding aggregations that match the filter criteria.ListImageScanFindingAggregationsResponse.Builder responses(ImageScanFindingAggregation... responses)
An array of image scan finding aggregations that match the filter criteria.
responses - An array of image scan finding aggregations that match the filter criteria.ListImageScanFindingAggregationsResponse.Builder responses(Consumer<ImageScanFindingAggregation.Builder>... responses)
An array of image scan finding aggregations that match the filter criteria.
This is a convenience method that creates an instance of theImageScanFindingAggregation.Builder avoiding the
need to create one manually via
ImageScanFindingAggregation.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #responses(List.
responses - a consumer that will call methods on
ImageScanFindingAggregation.Builder#responses(java.util.Collection) ListImageScanFindingAggregationsResponse.Builder nextToken(String nextToken)
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service has'ot included in this request. Use this token with the next request to retrieve additional objects.
nextToken - The next token used for paginated responses. When this field isn't empty, there are additional
elements that the service has'ot included in this request. Use this token with the next request to
retrieve additional objects.Copyright © 2023. All rights reserved.