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 |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
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 Amazon Web Services 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 Amazon Web Services side of the VPN connection.
vpnGatewayId
- The ID of the virtual private gateway at the Amazon Web Services side of the VPN connection.ModifyVpnConnectionRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
dryRun
- Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it is UnauthorizedOperation
.ModifyVpnConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ModifyVpnConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.