CopyableBuilder<AssociateConnectionWithLagRequest.Builder,AssociateConnectionWithLagRequest>
, SdkBuilder<AssociateConnectionWithLagRequest.Builder,AssociateConnectionWithLagRequest>
public static interface AssociateConnectionWithLagRequest.Builder extends CopyableBuilder<AssociateConnectionWithLagRequest.Builder,AssociateConnectionWithLagRequest>
Modifier and Type | Method | Description |
---|---|---|
AssociateConnectionWithLagRequest.Builder |
connectionId(String connectionId) |
The ID of the connection.
|
AssociateConnectionWithLagRequest.Builder |
lagId(String lagId) |
The ID of the LAG with which to associate the connection.
|
copy
apply, build
AssociateConnectionWithLagRequest.Builder connectionId(String connectionId)
The ID of the connection.
Example: dxcon-abc123
Default: None
connectionId
- The ID of the connection.
Example: dxcon-abc123
Default: None
AssociateConnectionWithLagRequest.Builder lagId(String lagId)
The ID of the LAG with which to associate the connection.
Example: dxlag-abc123
Default: None
lagId
- The ID of the LAG with which to associate the connection.
Example: dxlag-abc123
Default: None
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.