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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ConfirmPrivateVirtualInterfaceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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.
|
build
overrideConfiguration
copy
applyMutation, build
ConfirmPrivateVirtualInterfaceRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ConfirmPrivateVirtualInterfaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.