public static interface ModifyVpnConnectionRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyVpnConnectionRequest.Builder,ModifyVpnConnectionRequest>
| Modifier and Type | Method and Description |
|---|---|
ModifyVpnConnectionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifyVpnConnectionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyVpnConnectionRequest.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 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)
overrideConfiguration in interface AwsRequest.BuilderModifyVpnConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.