Interface ContainerImage.Builder

    • Method Detail

      • image

        ContainerImage.Builder image​(String 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

        ContainerImage.Builder digest​(String 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.