Uses of Interface
software.amazon.awssdk.services.inspector2.model.AwsEcrContainerAggregationResponse.Builder
-
Packages that use AwsEcrContainerAggregationResponse.Builder Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of AwsEcrContainerAggregationResponse.Builder in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return AwsEcrContainerAggregationResponse.Builder Modifier and Type Method Description AwsEcrContainerAggregationResponse.BuilderAwsEcrContainerAggregationResponse.Builder. accountId(String accountId)The Amazon Web Services account ID of the account that owns the container.AwsEcrContainerAggregationResponse.BuilderAwsEcrContainerAggregationResponse.Builder. architecture(String architecture)The architecture of the container.static AwsEcrContainerAggregationResponse.BuilderAwsEcrContainerAggregationResponse. builder()AwsEcrContainerAggregationResponse.BuilderAwsEcrContainerAggregationResponse.Builder. imageSha(String imageSha)The SHA value of the container image.AwsEcrContainerAggregationResponse.BuilderAwsEcrContainerAggregationResponse.Builder. imageTags(String... imageTags)The container image stags.AwsEcrContainerAggregationResponse.BuilderAwsEcrContainerAggregationResponse.Builder. imageTags(Collection<String> imageTags)The container image stags.AwsEcrContainerAggregationResponse.BuilderAwsEcrContainerAggregationResponse.Builder. repository(String repository)The container repository.AwsEcrContainerAggregationResponse.BuilderAwsEcrContainerAggregationResponse.Builder. resourceId(String resourceId)The resource ID of the container.default AwsEcrContainerAggregationResponse.BuilderAwsEcrContainerAggregationResponse.Builder. severityCounts(Consumer<SeverityCounts.Builder> severityCounts)The number of finding by severity.AwsEcrContainerAggregationResponse.BuilderAwsEcrContainerAggregationResponse.Builder. severityCounts(SeverityCounts severityCounts)The number of finding by severity.AwsEcrContainerAggregationResponse.BuilderAwsEcrContainerAggregationResponse. toBuilder()Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type AwsEcrContainerAggregationResponse.Builder Modifier and Type Method Description static Class<? extends AwsEcrContainerAggregationResponse.Builder>AwsEcrContainerAggregationResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type AwsEcrContainerAggregationResponse.Builder Modifier and Type Method Description default AggregationResponse.BuilderAggregationResponse.Builder. awsEcrContainerAggregation(Consumer<AwsEcrContainerAggregationResponse.Builder> awsEcrContainerAggregation)An object that contains details about an aggregation response based on Amazon ECR container images.static AggregationResponseAggregationResponse. fromAwsEcrContainerAggregation(Consumer<AwsEcrContainerAggregationResponse.Builder> awsEcrContainerAggregation)Create an instance of this class withAggregationResponse.awsEcrContainerAggregation()initialized to the given value.
-