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 theStringFilter.Builder avoiding the need to create one
manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #architectures(List.
architectures - a consumer that will call methods on
StringFilter.Builder#architectures(java.util.Collection) 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 theStringFilter.Builder avoiding the need to create one
manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #imageShas(List.
imageShas - a consumer that will call methods on
StringFilter.Builder#imageShas(java.util.Collection) 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 theStringFilter.Builder avoiding the need to create one
manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #imageTags(List.
imageTags - a consumer that will call methods on
StringFilter.Builder#imageTags(java.util.Collection) 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 theStringFilter.Builder avoiding the need to create one
manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #repositories(List.
repositories - a consumer that will call methods on
StringFilter.Builder#repositories(java.util.Collection) 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 theStringFilter.Builder avoiding the need to create one
manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #resourceIds(List.
resourceIds - a consumer that will call methods on
StringFilter.Builder#resourceIds(java.util.Collection) 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 © 2023. All rights reserved.