Interface AwsEcrContainerAggregation.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AwsEcrContainerAggregation.Builder,,- AwsEcrContainerAggregation> - SdkBuilder<AwsEcrContainerAggregation.Builder,,- AwsEcrContainerAggregation> - SdkPojo
- Enclosing class:
- AwsEcrContainerAggregation
- 
Method SummaryModifier 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.inUseCount(Collection<NumberFilter> inUseCount) The number of Amazon ECS tasks or Amazon EKS pods where the Amazon ECR container image is in use.inUseCount(Consumer<NumberFilter.Builder>... inUseCount) The number of Amazon ECS tasks or Amazon EKS pods where the Amazon ECR container image is in use.inUseCount(NumberFilter... inUseCount) The number of Amazon ECS tasks or Amazon EKS pods where the Amazon ECR container image is in use.lastInUseAt(Collection<DateFilter> lastInUseAt) The last time an Amazon ECR image was used in an Amazon ECS task or Amazon EKS pod.lastInUseAt(Consumer<DateFilter.Builder>... lastInUseAt) The last time an Amazon ECR image was used in an Amazon ECS task or Amazon EKS pod.lastInUseAt(DateFilter... lastInUseAt) The last time an Amazon ECR image was used in an Amazon ECS task or Amazon EKS pod.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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
resourceIdsThe container resource IDs. - Parameters:
- resourceIds- The container resource IDs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
resourceIdsThe container resource IDs. - Parameters:
- resourceIds- The container resource IDs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
resourceIdsThe 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 toresourceIds(List<StringFilter>).- Parameters:
- resourceIds- a consumer that will call methods on- StringFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
imageShasThe image SHA values. - Parameters:
- imageShas- The image SHA values.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
imageShasThe image SHA values. - Parameters:
- imageShas- The image SHA values.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
imageShasThe 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 toimageShas(List<StringFilter>).- Parameters:
- imageShas- a consumer that will call methods on- StringFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
repositoriesThe container repositories. - Parameters:
- repositories- The container repositories.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
repositoriesThe container repositories. - Parameters:
- repositories- The container repositories.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
repositoriesThe 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 torepositories(List<StringFilter>).- Parameters:
- repositories- a consumer that will call methods on- StringFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
architecturesThe 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.
 
- 
architecturesThe 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.
 
- 
architecturesThe 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 toarchitectures(List<StringFilter>).- Parameters:
- architectures- a consumer that will call methods on- StringFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
imageTagsThe image tags. - Parameters:
- imageTags- The image tags.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
imageTagsThe image tags. - Parameters:
- imageTags- The image tags.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
imageTagsThe 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 toimageTags(List<StringFilter>).- Parameters:
- imageTags- a consumer that will call methods on- StringFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
sortOrderThe 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:
 
- 
sortOrderThe 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:
 
- 
sortByThe 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:
 
- 
sortByThe 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:
 
- 
lastInUseAtThe last time an Amazon ECR image was used in an Amazon ECS task or Amazon EKS pod. - Parameters:
- lastInUseAt- The last time an Amazon ECR image was used in an Amazon ECS task or Amazon EKS pod.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastInUseAtThe last time an Amazon ECR image was used in an Amazon ECS task or Amazon EKS pod. - Parameters:
- lastInUseAt- The last time an Amazon ECR image was used in an Amazon ECS task or Amazon EKS pod.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastInUseAtThe last time an Amazon ECR image was used in an Amazon ECS task or Amazon EKS pod. This is a convenience method that creates an instance of theDateFilter.Builderavoiding the need to create one manually viaDateFilter.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolastInUseAt(List<DateFilter>).- Parameters:
- lastInUseAt- a consumer that will call methods on- DateFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
inUseCountThe number of Amazon ECS tasks or Amazon EKS pods where the Amazon ECR container image is in use. - Parameters:
- inUseCount- The number of Amazon ECS tasks or Amazon EKS pods where the Amazon ECR container image is in use.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
inUseCountThe number of Amazon ECS tasks or Amazon EKS pods where the Amazon ECR container image is in use. - Parameters:
- inUseCount- The number of Amazon ECS tasks or Amazon EKS pods where the Amazon ECR container image is in use.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
inUseCountThe number of Amazon ECS tasks or Amazon EKS pods where the Amazon ECR container image is in use. This is a convenience method that creates an instance of theNumberFilter.Builderavoiding the need to create one manually viaNumberFilter.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinUseCount(List<NumberFilter>).- Parameters:
- inUseCount- a consumer that will call methods on- NumberFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-