Interface DescribeLoaResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeLoaResponse.Builder,
,DescribeLoaResponse> DirectConnectResponse.Builder
,SdkBuilder<DescribeLoaResponse.Builder,
,DescribeLoaResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeLoaResponse
public static interface DescribeLoaResponse.Builder
extends DirectConnectResponse.Builder, SdkPojo, CopyableBuilder<DescribeLoaResponse.Builder,DescribeLoaResponse>
-
Method Summary
Modifier and TypeMethodDescriptionloaContent
(SdkBytes loaContent) The binary contents of the LOA-CFA document.loaContentType
(String loaContentType) The standard media type for the LOA-CFA document.loaContentType
(LoaContentType loaContentType) The standard media type for the LOA-CFA document.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.directconnect.model.DirectConnectResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
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
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:
-