CopyableBuilder<AssociateHostedConnectionRequest.Builder,AssociateHostedConnectionRequest>
, SdkBuilder<AssociateHostedConnectionRequest.Builder,AssociateHostedConnectionRequest>
public static interface AssociateHostedConnectionRequest.Builder extends CopyableBuilder<AssociateHostedConnectionRequest.Builder,AssociateHostedConnectionRequest>
Modifier and Type | Method | 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.
|
copy
apply, build
AssociateHostedConnectionRequest.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
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.