Interface AwsEcrContainerAggregation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsEcrContainerAggregation.Builder,AwsEcrContainerAggregation>,SdkBuilder<AwsEcrContainerAggregation.Builder,AwsEcrContainerAggregation>,SdkPojo
- Enclosing class:
- AwsEcrContainerAggregation
public static interface AwsEcrContainerAggregation.Builder extends SdkPojo, CopyableBuilder<AwsEcrContainerAggregation.Builder,AwsEcrContainerAggregation>
-
-
Method Summary
-
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 Detail
-
architectures
AwsEcrContainerAggregation.Builder architectures(Collection<StringFilter> 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
AwsEcrContainerAggregation.Builder architectures(StringFilter... 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
AwsEcrContainerAggregation.Builder architectures(Consumer<StringFilter.Builder>... architectures)
The architecture of the containers.
This is a convenience method that creates an instance of theStringFilter.Builderavoiding the need to create one manually viaStringFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#architectures(List.) - 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:
#architectures(java.util.Collection)
-
imageShas
AwsEcrContainerAggregation.Builder imageShas(Collection<StringFilter> 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
AwsEcrContainerAggregation.Builder imageShas(StringFilter... 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
AwsEcrContainerAggregation.Builder imageShas(Consumer<StringFilter.Builder>... imageShas)
The image SHA values.
This is a convenience method that creates an instance of theStringFilter.Builderavoiding the need to create one manually viaStringFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#imageShas(List.) - 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:
#imageShas(java.util.Collection)
-
imageTags
AwsEcrContainerAggregation.Builder imageTags(Collection<StringFilter> 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
AwsEcrContainerAggregation.Builder imageTags(StringFilter... 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
AwsEcrContainerAggregation.Builder imageTags(Consumer<StringFilter.Builder>... imageTags)
The image tags.
This is a convenience method that creates an instance of theStringFilter.Builderavoiding the need to create one manually viaStringFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#imageTags(List.) - 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:
#imageTags(java.util.Collection)
-
repositories
AwsEcrContainerAggregation.Builder repositories(Collection<StringFilter> 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
AwsEcrContainerAggregation.Builder repositories(StringFilter... 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
AwsEcrContainerAggregation.Builder repositories(Consumer<StringFilter.Builder>... repositories)
The container repositories.
This is a convenience method that creates an instance of theStringFilter.Builderavoiding the need to create one manually viaStringFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#repositories(List.) - 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:
#repositories(java.util.Collection)
-
resourceIds
AwsEcrContainerAggregation.Builder resourceIds(Collection<StringFilter> 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
AwsEcrContainerAggregation.Builder resourceIds(StringFilter... 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
AwsEcrContainerAggregation.Builder resourceIds(Consumer<StringFilter.Builder>... resourceIds)
The container resource IDs.
This is a convenience method that creates an instance of theStringFilter.Builderavoiding the need to create one manually viaStringFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#resourceIds(List.) - 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:
#resourceIds(java.util.Collection)
-
sortBy
AwsEcrContainerAggregation.Builder sortBy(String 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:
AwsEcrContainerSortBy,AwsEcrContainerSortBy
-
sortBy
AwsEcrContainerAggregation.Builder sortBy(AwsEcrContainerSortBy 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:
AwsEcrContainerSortBy,AwsEcrContainerSortBy
-
sortOrder
AwsEcrContainerAggregation.Builder sortOrder(String sortOrder)
The sort order (ascending or descending).
-
sortOrder
AwsEcrContainerAggregation.Builder sortOrder(SortOrder sortOrder)
The sort order (ascending or descending).
-
-