Interface AwsEcrContainerAggregation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsEcrContainerAggregation.Builder,
,AwsEcrContainerAggregation> SdkBuilder<AwsEcrContainerAggregation.Builder,
,AwsEcrContainerAggregation> SdkPojo
- Enclosing class:
AwsEcrContainerAggregation
-
Method Summary
Modifier and TypeMethodDescriptionarchitectures
(Collection<StringFilter> architectures) The architecture of the containers.architectures
(Consumer<StringFilter.Builder>... architectures) The architecture of the containers.architectures
(StringFilter... architectures) The architecture of the containers.imageShas
(Collection<StringFilter> imageShas) The image SHA values.imageShas
(Consumer<StringFilter.Builder>... imageShas) The image SHA values.imageShas
(StringFilter... imageShas) The image SHA values.imageTags
(Collection<StringFilter> imageTags) The image tags.imageTags
(Consumer<StringFilter.Builder>... imageTags) The image tags.imageTags
(StringFilter... imageTags) The image tags.repositories
(Collection<StringFilter> repositories) The container repositories.repositories
(Consumer<StringFilter.Builder>... repositories) The container repositories.repositories
(StringFilter... repositories) The container repositories.resourceIds
(Collection<StringFilter> resourceIds) The container resource IDs.resourceIds
(Consumer<StringFilter.Builder>... resourceIds) The container resource IDs.resourceIds
(StringFilter... resourceIds) The container resource IDs.The value to sort by.sortBy
(AwsEcrContainerSortBy sortBy) The value to sort by.The sort order (ascending or descending).The sort order (ascending or descending).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
architectures
The architecture of the containers.
- Parameters:
architectures
- The architecture of the containers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
architectures
The architecture of the containers.
- Parameters:
architectures
- The architecture of the containers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaStringFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toarchitectures(List<StringFilter>)
.- Parameters:
architectures
- a consumer that will call methods onStringFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
imageShas
The image SHA values.
- Parameters:
imageShas
- The image SHA values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageShas
The image SHA values.
- Parameters:
imageShas
- The image SHA values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageShas
The image SHA values.
This is a convenience method that creates an instance of theStringFilter.Builder
avoiding the need to create one manually viaStringFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toimageShas(List<StringFilter>)
.- Parameters:
imageShas
- a consumer that will call methods onStringFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
imageTags
The image tags.
- Parameters:
imageTags
- The image tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageTags
The image tags.
- Parameters:
imageTags
- The image tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageTags
The image tags.
This is a convenience method that creates an instance of theStringFilter.Builder
avoiding the need to create one manually viaStringFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toimageTags(List<StringFilter>)
.- Parameters:
imageTags
- a consumer that will call methods onStringFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
repositories
The container repositories.
- Parameters:
repositories
- The container repositories.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repositories
The container repositories.
- Parameters:
repositories
- The container repositories.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repositories
The container repositories.
This is a convenience method that creates an instance of theStringFilter.Builder
avoiding the need to create one manually viaStringFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed torepositories(List<StringFilter>)
.- Parameters:
repositories
- a consumer that will call methods onStringFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceIds
The container resource IDs.
- Parameters:
resourceIds
- The container resource IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceIds
The container resource IDs.
- Parameters:
resourceIds
- The container resource IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceIds
The container resource IDs.
This is a convenience method that creates an instance of theStringFilter.Builder
avoiding the need to create one manually viaStringFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toresourceIds(List<StringFilter>)
.- Parameters:
resourceIds
- a consumer that will call methods onStringFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
The value to sort by.
- Parameters:
sortBy
- The value to sort by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
The value to sort by.
- Parameters:
sortBy
- The value to sort by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The sort order (ascending or descending).
- Parameters:
sortOrder
- The sort order (ascending or descending).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The sort order (ascending or descending).
- Parameters:
sortOrder
- The sort order (ascending or descending).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-