Interface ImageConfiguration.Builder

  • Method Details

    • imageUri

      ImageConfiguration.Builder imageUri(String imageUri)

      The image URI.

      Parameters:
      imageUri - The image URI.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resolvedImageDigest

      ImageConfiguration.Builder resolvedImageDigest(String resolvedImageDigest)

      The SHA256 digest of the image URI. This indicates which specific image the application is configured for. The image digest doesn't exist until an application has started.

      Parameters:
      resolvedImageDigest - The SHA256 digest of the image URI. This indicates which specific image the application is configured for. The image digest doesn't exist until an application has started.
      Returns:
      Returns a reference to this object so that method calls can be chained together.