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.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
DisassociateConnectionFromLagRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.