Interface WallpaperImageInput.Builder

  • Method Details

    • blob

      The image provided as a binary image file.

      Parameters:
      blob - The image provided as a binary image file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3Uri

      The S3 URI pointing to the image file. The URI must use the format s3://bucket-name/key-name. You must have read access to the S3 object.

      Parameters:
      s3Uri - The S3 URI pointing to the image file. The URI must use the format s3://bucket-name/key-name. You must have read access to the S3 object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.