public static interface AssociateConnectionWithLagRequest.Builder extends DirectConnectRequest.Builder, CopyableBuilder<AssociateConnectionWithLagRequest.Builder,AssociateConnectionWithLagRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateConnectionWithLagRequest.Builder |
connectionId(String connectionId)
The ID of the connection.
|
AssociateConnectionWithLagRequest.Builder |
lagId(String lagId)
The ID of the LAG with which to associate the connection.
|
AssociateConnectionWithLagRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildAssociateConnectionWithLagRequest.Builder connectionId(String connectionId)
The ID of the connection.
Example: dxcon-abc123
Default: None
connectionId - The ID of the connection.
Example: dxcon-abc123
Default: None
AssociateConnectionWithLagRequest.Builder lagId(String lagId)
The ID of the LAG with which to associate the connection.
Example: dxlag-abc123
Default: None
lagId - The ID of the LAG with which to associate the connection.
Example: dxlag-abc123
Default: None
AssociateConnectionWithLagRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.