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 |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
AssociateVirtualInterfaceRequest.Builder |
virtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface.
|
buildrequestOverrideConfigcopyapply, 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.AssociateVirtualInterfaceRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.