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.
|
AssociateConnectionWithLagRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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.AssociateConnectionWithLagRequest.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.