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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeLoaRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeLoaRequest.Builder |
providerName(String providerName)
The name of the service provider who establishes connectivity on your behalf.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeLoaRequest.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
,
LoaContentType
DescribeLoaRequest.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
,
LoaContentType
DescribeLoaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeLoaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.