Interface EcrContainerImageMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EcrContainerImageMetadata.Builder,
,EcrContainerImageMetadata> SdkBuilder<EcrContainerImageMetadata.Builder,
,EcrContainerImageMetadata> SdkPojo
- Enclosing class:
EcrContainerImageMetadata
@Mutable
@NotThreadSafe
public static interface EcrContainerImageMetadata.Builder
extends SdkPojo, CopyableBuilder<EcrContainerImageMetadata.Builder,EcrContainerImageMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionimagePulledAt
(Instant imagePulledAt) The date an image was last pulled at.inUseCount
(Long inUseCount) The number of Amazon ECS tasks or Amazon EKS pods where the Amazon ECR container image is in use.lastInUseAt
(Instant lastInUseAt) The last time an Amazon ECR image was used in an Amazon ECS task or Amazon EKS pod.Tags associated with the Amazon ECR image metadata.tags
(Collection<String> tags) Tags associated with the Amazon ECR image metadata.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, sdkFieldNameToField, sdkFields
-
Method Details
-
imagePulledAt
The date an image was last pulled at.
- Parameters:
imagePulledAt
- The date an image was last pulled at.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inUseCount
The 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.
-
lastInUseAt
The 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.
-
tags
Tags associated with the Amazon ECR image metadata.
- Parameters:
tags
- Tags associated with the Amazon ECR image metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Tags associated with the Amazon ECR image metadata.
- Parameters:
tags
- Tags associated with the Amazon ECR image metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-