public static interface AssociateHostedConnectionRequest.Builder extends DirectConnectRequest.Builder, CopyableBuilder<AssociateHostedConnectionRequest.Builder,AssociateHostedConnectionRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateHostedConnectionRequest.Builder |
connectionId(String connectionId)
The ID of the hosted connection.
|
AssociateHostedConnectionRequest.Builder |
parentConnectionId(String parentConnectionId)
The ID of the interconnect or the LAG.
|
AssociateHostedConnectionRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
AssociateHostedConnectionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildAssociateHostedConnectionRequest.Builder connectionId(String connectionId)
The ID of the hosted connection.
Example: dxcon-abc123
Default: None
connectionId - The ID of the hosted connection.
Example: dxcon-abc123
Default: None
AssociateHostedConnectionRequest.Builder parentConnectionId(String parentConnectionId)
The ID of the interconnect or the LAG.
Example: dxcon-abc123 or dxlag-abc123
Default: None
parentConnectionId - The ID of the interconnect or the LAG.
Example: dxcon-abc123 or dxlag-abc123
Default: None
AssociateHostedConnectionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.AssociateHostedConnectionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.