public static interface DisassociateConnectionFromLagRequest.Builder extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<DisassociateConnectionFromLagRequest.Builder,DisassociateConnectionFromLagRequest>
| Modifier and Type | Method and Description |
|---|---|
DisassociateConnectionFromLagRequest.Builder |
connectionId(String connectionId)
The ID of the connection.
|
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. For example, dxcon-abc123.
connectionId - The ID of the connection. For example, dxcon-abc123.DisassociateConnectionFromLagRequest.Builder lagId(String lagId)
The ID of the LAG. For example, dxlag-abc123.
lagId - The ID of the LAG. For example, dxlag-abc123.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.