public static interface AssociateVirtualInterfaceRequest.Builder extends DirectConnectRequest.Builder, CopyableBuilder<AssociateVirtualInterfaceRequest.Builder,AssociateVirtualInterfaceRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateVirtualInterfaceRequest.Builder |
connectionId(String connectionId)
The ID of the LAG or connection with which to associate the virtual interface.
|
AssociateVirtualInterfaceRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
AssociateVirtualInterfaceRequest.Builder |
virtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildAssociateVirtualInterfaceRequest.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
AssociateVirtualInterfaceRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.