public static interface ReplaceVpnTunnelRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ReplaceVpnTunnelRequest.Builder,ReplaceVpnTunnelRequest>
| Modifier and Type | Method and Description |
|---|---|
ReplaceVpnTunnelRequest.Builder |
applyPendingMaintenance(Boolean applyPendingMaintenance)
Trigger pending tunnel endpoint maintenance.
|
ReplaceVpnTunnelRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
ReplaceVpnTunnelRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ReplaceVpnTunnelRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ReplaceVpnTunnelRequest.Builder |
vpnConnectionId(String vpnConnectionId)
The ID of the Site-to-Site VPN connection.
|
ReplaceVpnTunnelRequest.Builder |
vpnTunnelOutsideIpAddress(String vpnTunnelOutsideIpAddress)
The external IP address of the VPN tunnel.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildReplaceVpnTunnelRequest.Builder vpnConnectionId(String vpnConnectionId)
The ID of the Site-to-Site VPN connection.
vpnConnectionId - The ID of the Site-to-Site VPN connection.ReplaceVpnTunnelRequest.Builder vpnTunnelOutsideIpAddress(String vpnTunnelOutsideIpAddress)
The external IP address of the VPN tunnel.
vpnTunnelOutsideIpAddress - The external IP address of the VPN tunnel.ReplaceVpnTunnelRequest.Builder applyPendingMaintenance(Boolean applyPendingMaintenance)
Trigger pending tunnel endpoint maintenance.
applyPendingMaintenance - Trigger pending tunnel endpoint maintenance.ReplaceVpnTunnelRequest.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.ReplaceVpnTunnelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderReplaceVpnTunnelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.