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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AssociateConnectionWithLagRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.AssociateConnectionWithLagRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.