Interface ImageFile.Builder

    • Method Detail

      • data

        ImageFile.Builder data​(SdkBytes data)

        The image file contents, represented as a base64-encoded string. The file size must be less than 1 MB.

        Parameters:
        data - The image file contents, represented as a base64-encoded string. The file size must be less than 1 MB.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        ImageFile.Builder type​(String type)

        The file type of the image.

        Parameters:
        type - The file type of the image.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ImageFileType, ImageFileType