Interface ContainerImage.Builder

  • Method Details

    • image

      The name of the container image.

      Parameters:
      image - The name of the container image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • digest

      The digest of the container image.

      Parameters:
      digest - The digest of the container image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      ContainerImage.Builder createdAt(Instant createdAt)

      The timestamp when the container image was created.

      Parameters:
      createdAt - The timestamp when the container image was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.