public static interface AwsEcrContainerAggregation.Builder extends SdkPojo, CopyableBuilder<AwsEcrContainerAggregation.Builder,AwsEcrContainerAggregation>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEcrContainerAggregation.Builder architectures(Collection<StringFilter> architectures)
The architecture of the containers.
architectures - The architecture of the containers.AwsEcrContainerAggregation.Builder architectures(StringFilter... architectures)
The architecture of the containers.
architectures - The architecture of the containers.AwsEcrContainerAggregation.Builder architectures(Consumer<StringFilter.Builder>... architectures)
The architecture of the containers.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #architectures(List) .architectures - a consumer that will call methods on List.Builder #architectures(List) AwsEcrContainerAggregation.Builder imageShas(Collection<StringFilter> imageShas)
The image SHA values.
imageShas - The image SHA values.AwsEcrContainerAggregation.Builder imageShas(StringFilter... imageShas)
The image SHA values.
imageShas - The image SHA values.AwsEcrContainerAggregation.Builder imageShas(Consumer<StringFilter.Builder>... imageShas)
The image SHA values.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #imageShas(List) .imageShas - a consumer that will call methods on List.Builder #imageShas(List) AwsEcrContainerAggregation.Builder imageTags(Collection<StringFilter> imageTags)
The image tags.
imageTags - The image tags.AwsEcrContainerAggregation.Builder imageTags(StringFilter... imageTags)
The image tags.
imageTags - The image tags.AwsEcrContainerAggregation.Builder imageTags(Consumer<StringFilter.Builder>... imageTags)
The image tags.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #imageTags(List) .imageTags - a consumer that will call methods on List.Builder #imageTags(List) AwsEcrContainerAggregation.Builder repositories(Collection<StringFilter> repositories)
The container repositories.
repositories - The container repositories.AwsEcrContainerAggregation.Builder repositories(StringFilter... repositories)
The container repositories.
repositories - The container repositories.AwsEcrContainerAggregation.Builder repositories(Consumer<StringFilter.Builder>... repositories)
The container repositories.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #repositories(List) .repositories - a consumer that will call methods on List.Builder #repositories(List) AwsEcrContainerAggregation.Builder resourceIds(Collection<StringFilter> resourceIds)
The container resource IDs.
resourceIds - The container resource IDs.AwsEcrContainerAggregation.Builder resourceIds(StringFilter... resourceIds)
The container resource IDs.
resourceIds - The container resource IDs.AwsEcrContainerAggregation.Builder resourceIds(Consumer<StringFilter.Builder>... resourceIds)
The container resource IDs.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #resourceIds(List) .resourceIds - a consumer that will call methods on List.Builder #resourceIds(List) AwsEcrContainerAggregation.Builder sortBy(String sortBy)
The value to sort by.
sortBy - The value to sort by.AwsEcrContainerSortBy,
AwsEcrContainerSortByAwsEcrContainerAggregation.Builder sortBy(AwsEcrContainerSortBy sortBy)
The value to sort by.
sortBy - The value to sort by.AwsEcrContainerSortBy,
AwsEcrContainerSortByAwsEcrContainerAggregation.Builder sortOrder(String sortOrder)
The sort order (ascending or descending).
AwsEcrContainerAggregation.Builder sortOrder(SortOrder sortOrder)
The sort order (ascending or descending).
Copyright © 2022. All rights reserved.