public static interface DescribeLoaRequest.Builder extends DirectConnectRequest.Builder, CopyableBuilder<DescribeLoaRequest.Builder,DescribeLoaRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeLoaRequest.Builder |
connectionId(String connectionId)
The ID of a connection, LAG, or interconnect for which to get the LOA-CFA information.
|
DescribeLoaRequest.Builder |
loaContentType(LoaContentType loaContentType)
A standard media type indicating the content type of the LOA-CFA document.
|
DescribeLoaRequest.Builder |
loaContentType(String loaContentType)
A standard media type indicating the content type of the LOA-CFA document.
|
DescribeLoaRequest.Builder |
providerName(String providerName)
The name of the service provider who establishes connectivity on your behalf.
|
DescribeLoaRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeLoaRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildDescribeLoaRequest.Builder connectionId(String connectionId)
The ID of a connection, LAG, or interconnect for which to get the LOA-CFA information.
Example: dxcon-abc123 or dxlag-abc123
Default: None
connectionId - The ID of a connection, LAG, or interconnect for which to get the LOA-CFA information.
Example: dxcon-abc123 or dxlag-abc123
Default: None
DescribeLoaRequest.Builder providerName(String providerName)
The name of the service provider who establishes connectivity on your behalf. If you supply this parameter, the LOA-CFA lists the provider name alongside your company name as the requester of the cross connect.
Default: None
providerName - The name of the service provider who establishes connectivity on your behalf. If you supply this
parameter, the LOA-CFA lists the provider name alongside your company name as the requester of the
cross connect.
Default: None
DescribeLoaRequest.Builder loaContentType(String loaContentType)
A standard media type indicating the content type of the LOA-CFA document. Currently, the only supported value is "application/pdf".
Default: application/pdf
loaContentType - A standard media type indicating the content type of the LOA-CFA document. Currently, the only
supported value is "application/pdf".
Default: application/pdf
LoaContentType,
LoaContentTypeDescribeLoaRequest.Builder loaContentType(LoaContentType loaContentType)
A standard media type indicating the content type of the LOA-CFA document. Currently, the only supported value is "application/pdf".
Default: application/pdf
loaContentType - A standard media type indicating the content type of the LOA-CFA document. Currently, the only
supported value is "application/pdf".
Default: application/pdf
LoaContentType,
LoaContentTypeDescribeLoaRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeLoaRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.