Interface ImageIdentifier.Builder

  • Method Details

    • imageDigest

      ImageIdentifier.Builder imageDigest(String imageDigest)

      The sha256 digest of the image manifest.

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

      ImageIdentifier.Builder imageTag(String imageTag)

      The tag that's used for the image.

      Parameters:
      imageTag - The tag that's used for the image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.