CopyableBuilder<DisassociateConnectionFromLagRequest.Builder,DisassociateConnectionFromLagRequest>
, SdkBuilder<DisassociateConnectionFromLagRequest.Builder,DisassociateConnectionFromLagRequest>
public static interface DisassociateConnectionFromLagRequest.Builder extends CopyableBuilder<DisassociateConnectionFromLagRequest.Builder,DisassociateConnectionFromLagRequest>
Modifier and Type | Method | 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.
|
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
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.