Interface DescribeLoaResponse.Builder

    • Method Detail

      • loaContent

        DescribeLoaResponse.Builder loaContent​(SdkBytes loaContent)

        The binary contents of the LOA-CFA document.

        Parameters:
        loaContent - The binary contents of the LOA-CFA document.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • loaContentType

        DescribeLoaResponse.Builder loaContentType​(String loaContentType)

        The standard media type for the LOA-CFA document. The only supported value is application/pdf.

        Parameters:
        loaContentType - The standard media type for the LOA-CFA document. The only supported value is application/pdf.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LoaContentType, LoaContentType
      • loaContentType

        DescribeLoaResponse.Builder loaContentType​(LoaContentType loaContentType)

        The standard media type for the LOA-CFA document. The only supported value is application/pdf.

        Parameters:
        loaContentType - The standard media type for the LOA-CFA document. The only supported value is application/pdf.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LoaContentType, LoaContentType