public static interface DisassociateConnectionFromLagRequest.Builder extends DirectConnectRequest.Builder, CopyableBuilder<DisassociateConnectionFromLagRequest.Builder,DisassociateConnectionFromLagRequest>
| Modifier and Type | Method and Description |
|---|---|
DisassociateConnectionFromLagRequest.Builder |
connectionId(String connectionId)
The ID of the connection to disassociate from the LAG.
|
DisassociateConnectionFromLagRequest.Builder |
lagId(String lagId)
The ID of the LAG.
|
DisassociateConnectionFromLagRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DisassociateConnectionFromLagRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildDisassociateConnectionFromLagRequest.Builder connectionId(String connectionId)
The ID of the connection to disassociate from the LAG.
Example: dxcon-abc123
Default: None
connectionId - The ID of the connection to disassociate from the LAG.
Example: dxcon-abc123
Default: None
DisassociateConnectionFromLagRequest.Builder lagId(String lagId)
The ID of the LAG.
Example: dxlag-abc123
Default: None
lagId - The ID of the LAG.
Example: dxlag-abc123
Default: None
DisassociateConnectionFromLagRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DisassociateConnectionFromLagRequest.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.