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