public static interface DescribeConnectionLoaRequest.Builder extends DirectConnectRequest.Builder, CopyableBuilder<DescribeConnectionLoaRequest.Builder,DescribeConnectionLoaRequest>
Modifier and Type | Method and Description |
---|---|
DescribeConnectionLoaRequest.Builder |
connectionId(String connectionId)
Sets the value of the ConnectionId property for this object.
|
DescribeConnectionLoaRequest.Builder |
loaContentType(LoaContentType loaContentType)
Sets the value of the LoaContentType property for this object.
|
DescribeConnectionLoaRequest.Builder |
loaContentType(String loaContentType)
Sets the value of the LoaContentType property for this object.
|
DescribeConnectionLoaRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeConnectionLoaRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeConnectionLoaRequest.Builder |
providerName(String providerName)
The name of the APN partner or service provider who establishes connectivity on your behalf.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeConnectionLoaRequest.Builder connectionId(String connectionId)
connectionId
- The new value for the ConnectionId property for this object.DescribeConnectionLoaRequest.Builder providerName(String providerName)
The name of the APN partner or 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 APN partner or 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
DescribeConnectionLoaRequest.Builder loaContentType(String loaContentType)
loaContentType
- The new value for the LoaContentType property for this object.LoaContentType
,
LoaContentType
DescribeConnectionLoaRequest.Builder loaContentType(LoaContentType loaContentType)
loaContentType
- The new value for the LoaContentType property for this object.LoaContentType
,
LoaContentType
DescribeConnectionLoaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeConnectionLoaRequest.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.