public static interface ConfirmPrivateVirtualInterfaceRequest.Builder extends DirectConnectRequest.Builder, CopyableBuilder<ConfirmPrivateVirtualInterfaceRequest.Builder,ConfirmPrivateVirtualInterfaceRequest>
| Modifier and Type | Method and Description |
|---|---|
ConfirmPrivateVirtualInterfaceRequest.Builder |
directConnectGatewayId(String directConnectGatewayId)
ID of the direct connect gateway that will be attached to the virtual interface.
|
ConfirmPrivateVirtualInterfaceRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ConfirmPrivateVirtualInterfaceRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ConfirmPrivateVirtualInterfaceRequest.Builder |
virtualGatewayId(String virtualGatewayId)
ID of the virtual private gateway that will be attached to the virtual interface.
|
ConfirmPrivateVirtualInterfaceRequest.Builder |
virtualInterfaceId(String virtualInterfaceId)
Sets the value of the VirtualInterfaceId property for this object.
|
buildrequestOverrideConfigcopyapply, buildConfirmPrivateVirtualInterfaceRequest.Builder virtualInterfaceId(String virtualInterfaceId)
virtualInterfaceId - The new value for the VirtualInterfaceId property for this object.ConfirmPrivateVirtualInterfaceRequest.Builder virtualGatewayId(String virtualGatewayId)
ID of the virtual private gateway that will be attached to the virtual interface.
A virtual private gateway can be managed via the Amazon Virtual Private Cloud (VPC) console or the EC2 CreateVpnGateway action.
Default: None
virtualGatewayId - ID of the virtual private gateway that will be attached to the virtual interface.
A virtual private gateway can be managed via the Amazon Virtual Private Cloud (VPC) console or the EC2 CreateVpnGateway action.
Default: None
ConfirmPrivateVirtualInterfaceRequest.Builder directConnectGatewayId(String directConnectGatewayId)
ID of the direct connect gateway that will be attached to the virtual interface.
A direct connect gateway can be managed via the AWS Direct Connect console or the CreateDirectConnectGateway action.
Default: None
directConnectGatewayId - ID of the direct connect gateway that will be attached to the virtual interface.
A direct connect gateway can be managed via the AWS Direct Connect console or the CreateDirectConnectGateway action.
Default: None
ConfirmPrivateVirtualInterfaceRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ConfirmPrivateVirtualInterfaceRequest.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.