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.
|
build
overrideConfiguration
copy
applyMutation, build
DisassociateConnectionFromLagRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DisassociateConnectionFromLagRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.