Interface EcrContainerImageMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EcrContainerImageMetadata.Builder,
,EcrContainerImageMetadata> SdkBuilder<EcrContainerImageMetadata.Builder,
,EcrContainerImageMetadata> SdkPojo
- Enclosing class:
EcrContainerImageMetadata
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.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, 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.
-
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.
-