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