public static interface DescribeLoaResponse.Builder extends DirectConnectResponse.Builder, SdkPojo, CopyableBuilder<DescribeLoaResponse.Builder,DescribeLoaResponse>
Modifier and Type | Method and Description |
---|---|
DescribeLoaResponse.Builder |
loaContent(SdkBytes loaContent)
The binary contents of the LOA-CFA document.
|
DescribeLoaResponse.Builder |
loaContentType(LoaContentType loaContentType)
The standard media type for the LOA-CFA document.
|
DescribeLoaResponse.Builder |
loaContentType(String loaContentType)
The standard media type for the LOA-CFA document.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeLoaResponse.Builder loaContent(SdkBytes loaContent)
The binary contents of the LOA-CFA document.
loaContent
- The binary contents of the LOA-CFA document.DescribeLoaResponse.Builder loaContentType(String loaContentType)
The standard media type for the LOA-CFA document. The only supported value is application/pdf.
loaContentType
- The standard media type for the LOA-CFA document. The only supported value is application/pdf.LoaContentType
,
LoaContentType
DescribeLoaResponse.Builder loaContentType(LoaContentType loaContentType)
The standard media type for the LOA-CFA document. The only supported value is application/pdf.
loaContentType
- The standard media type for the LOA-CFA document. The only supported value is application/pdf.LoaContentType
,
LoaContentType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.