Interface EcrContainerImageMetadata.Builder

  • Method Details

    • imagePulledAt

      EcrContainerImageMetadata.Builder imagePulledAt(Instant 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

      EcrContainerImageMetadata.Builder inUseCount(Long 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

      EcrContainerImageMetadata.Builder lastInUseAt(Instant 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.