Interface ImageSource.Builder

    • Method Detail

      • publicUrl

        ImageSource.Builder publicUrl​(String publicUrl)

        The public URL that points to the source image.

        Parameters:
        publicUrl - The public URL that points to the source image.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3Uri

        ImageSource.Builder s3Uri​(String s3Uri)

        The Amazon S3 URI that points to the source image.

        Parameters:
        s3Uri - The Amazon S3 URI that points to the source image.
        Returns:
        Returns a reference to this object so that method calls can be chained together.