public static interface AwsEcrContainerAggregationResponse.Builder extends SdkPojo, CopyableBuilder<AwsEcrContainerAggregationResponse.Builder,AwsEcrContainerAggregationResponse>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEcrContainerAggregationResponse.Builder accountId(String accountId)
The Amazon Web Services account ID of the account that owns the container.
accountId - The Amazon Web Services account ID of the account that owns the container.AwsEcrContainerAggregationResponse.Builder architecture(String architecture)
The architecture of the container.
architecture - The architecture of the container.AwsEcrContainerAggregationResponse.Builder imageSha(String imageSha)
The SHA value of the container image.
imageSha - The SHA value of the container image.AwsEcrContainerAggregationResponse.Builder imageTags(Collection<String> imageTags)
The container image stags.
imageTags - The container image stags.AwsEcrContainerAggregationResponse.Builder imageTags(String... imageTags)
The container image stags.
imageTags - The container image stags.AwsEcrContainerAggregationResponse.Builder repository(String repository)
The container repository.
repository - The container repository.AwsEcrContainerAggregationResponse.Builder resourceId(String resourceId)
The resource ID of the container.
resourceId - The resource ID of the container.AwsEcrContainerAggregationResponse.Builder severityCounts(SeverityCounts severityCounts)
The number of finding by severity.
severityCounts - The number of finding by severity.default AwsEcrContainerAggregationResponse.Builder severityCounts(Consumer<SeverityCounts.Builder> severityCounts)
The number of finding by severity.
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 © 2022. All rights reserved.