Interface ImageFile.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ImageFile.Builder,ImageFile>, SdkBuilder<ImageFile.Builder,ImageFile>, SdkPojo
Enclosing class:
ImageFile

public static interface ImageFile.Builder extends SdkPojo, CopyableBuilder<ImageFile.Builder,ImageFile>
  • Method Details

    • 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

      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:
    • 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: