public static interface DescribeLoaRequest.Builder extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<DescribeLoaRequest.Builder,DescribeLoaRequest>
Modifier and Type | Method and Description |
---|---|
DescribeLoaRequest.Builder |
connectionId(String connectionId)
The ID of a connection, LAG, or interconnect.
|
DescribeLoaRequest.Builder |
loaContentType(LoaContentType loaContentType)
The standard media type for the LOA-CFA document.
|
DescribeLoaRequest.Builder |
loaContentType(String loaContentType)
The standard media type for 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.
connectionId
- The ID of a connection, LAG, or interconnect.DescribeLoaRequest.Builder providerName(String providerName)
The name of the service provider who establishes connectivity on your behalf. If you specify this parameter, the LOA-CFA lists the provider name alongside your company name as the requester of the cross connect.
providerName
- The name of the service provider who establishes connectivity on your behalf. If you specify this
parameter, the LOA-CFA lists the provider name alongside your company name as the requester of the
cross connect.DescribeLoaRequest.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
DescribeLoaRequest.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
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.