Interface GetExportResponse.Builder

    • Method Detail

      • contentType

        GetExportResponse.Builder contentType​(String contentType)

        The content-type header value in the HTTP response. This will correspond to a valid 'accept' type in the request.

        Parameters:
        contentType - The content-type header value in the HTTP response. This will correspond to a valid 'accept' type in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contentDisposition

        GetExportResponse.Builder contentDisposition​(String contentDisposition)

        The content-disposition header value in the HTTP response.

        Parameters:
        contentDisposition - The content-disposition header value in the HTTP response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • body

        GetExportResponse.Builder body​(SdkBytes body)

        The binary blob response to GetExport, which contains the export.

        Parameters:
        body - The binary blob response to GetExport, which contains the export.
        Returns:
        Returns a reference to this object so that method calls can be chained together.