Interface RetrievalContent.Builder

  • Method Details

    • byteContent

      RetrievalContent.Builder byteContent(SdkBytes byteContent)

      The binary content of the retrieved item.

      Parameters:
      byteContent - The binary content of the retrieved item.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mimeType

      RetrievalContent.Builder mimeType(String mimeType)

      The MIME type of the retrieved content.

      Parameters:
      mimeType - The MIME type of the retrieved content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • text

      The text content of the retrieved item.

      Parameters:
      text - The text content of the retrieved item.
      Returns:
      Returns a reference to this object so that method calls can be chained together.