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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DisassociateConnectionFromLagRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DisassociateConnectionFromLagRequest.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.