Interface ContainerImageMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ContainerImageMetadata.Builder,,ContainerImageMetadata> SdkBuilder<ContainerImageMetadata.Builder,,ContainerImageMetadata> SdkPojo
- Enclosing class:
ContainerImageMetadata
@Mutable
@NotThreadSafe
public static interface ContainerImageMetadata.Builder
extends SdkPojo, CopyableBuilder<ContainerImageMetadata.Builder,ContainerImageMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionimagePulledAt(Instant imagePulledAt) The date and time the container image was pulled.The tags attached to the container image.imageTags(Collection<String> imageTags) The tags attached to the container image.inUseCount(Long inUseCount) The number of times the container image is in use.lastInUseAt(Instant lastInUseAt) The last time the container image was in use.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
imageTags
The tags attached to the container image.
- Parameters:
imageTags- The tags attached to the container image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageTags
The tags attached to the container image.
- Parameters:
imageTags- The tags attached to the container image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imagePulledAt
The date and time the container image was pulled.
- Parameters:
imagePulledAt- The date and time the container image was pulled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastInUseAt
The last time the container image was in use.
- Parameters:
lastInUseAt- The last time the container image was in use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inUseCount
The number of times the container image is in use.
- Parameters:
inUseCount- The number of times the container image is in use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-