public static interface ModifyVpnConnectionRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyVpnConnectionRequest.Builder,ModifyVpnConnectionRequest>
Modifier and Type | Method and Description |
---|---|
ModifyVpnConnectionRequest.Builder |
customerGatewayId(String customerGatewayId)
The ID of the customer gateway at your end of the VPN connection.
|
ModifyVpnConnectionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ModifyVpnConnectionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ModifyVpnConnectionRequest.Builder |
transitGatewayId(String transitGatewayId)
The ID of the transit gateway.
|
ModifyVpnConnectionRequest.Builder |
vpnConnectionId(String vpnConnectionId)
The ID of the VPN connection.
|
ModifyVpnConnectionRequest.Builder |
vpnGatewayId(String vpnGatewayId)
The ID of the virtual private gateway at the AWS side of the VPN connection.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ModifyVpnConnectionRequest.Builder vpnConnectionId(String vpnConnectionId)
The ID of the VPN connection.
vpnConnectionId
- The ID of the VPN connection.ModifyVpnConnectionRequest.Builder transitGatewayId(String transitGatewayId)
The ID of the transit gateway.
transitGatewayId
- The ID of the transit gateway.ModifyVpnConnectionRequest.Builder customerGatewayId(String customerGatewayId)
The ID of the customer gateway at your end of the VPN connection.
customerGatewayId
- The ID of the customer gateway at your end of the VPN connection.ModifyVpnConnectionRequest.Builder vpnGatewayId(String vpnGatewayId)
The ID of the virtual private gateway at the AWS side of the VPN connection.
vpnGatewayId
- The ID of the virtual private gateway at the AWS side of the VPN connection.ModifyVpnConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ModifyVpnConnectionRequest.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.