Interface ContainerImageMetadata.Builder

  • 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

      ContainerImageMetadata.Builder imageTags(String... 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

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

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

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