public static interface DescribeHostedConnectionsRequest.Builder extends DirectConnectRequest.Builder, CopyableBuilder<DescribeHostedConnectionsRequest.Builder,DescribeHostedConnectionsRequest>
Modifier and Type | Method and Description |
---|---|
DescribeHostedConnectionsRequest.Builder |
connectionId(String connectionId)
The ID of the interconnect or LAG on which the hosted connections are provisioned.
|
DescribeHostedConnectionsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
DescribeHostedConnectionsRequest.Builder connectionId(String connectionId)
The ID of the interconnect or LAG on which the hosted connections are provisioned.
Example: dxcon-abc123 or dxlag-abc123
Default: None
connectionId
- The ID of the interconnect or LAG on which the hosted connections are provisioned.
Example: dxcon-abc123 or dxlag-abc123
Default: None
DescribeHostedConnectionsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.