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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeLoaResponse.BuilderloaContent(SdkBytes loaContent)The binary contents of the LOA-CFA document.DescribeLoaResponse.BuilderloaContentType(String loaContentType)The standard media type for the LOA-CFA document.DescribeLoaResponse.BuilderloaContentType(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 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
-
-