public static interface ModifyVpnTunnelOptionsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyVpnTunnelOptionsRequest.Builder,ModifyVpnTunnelOptionsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyVpnTunnelOptionsRequest.Builder vpnConnectionId(String vpnConnectionId)
The ID of the Amazon Web Services Site-to-Site VPN connection.
vpnConnectionId - The ID of the Amazon Web Services Site-to-Site VPN connection.ModifyVpnTunnelOptionsRequest.Builder vpnTunnelOutsideIpAddress(String vpnTunnelOutsideIpAddress)
The external IP address of the VPN tunnel.
vpnTunnelOutsideIpAddress - The external IP address of the VPN tunnel.ModifyVpnTunnelOptionsRequest.Builder tunnelOptions(ModifyVpnTunnelOptionsSpecification tunnelOptions)
The tunnel options to modify.
tunnelOptions - The tunnel options to modify.default ModifyVpnTunnelOptionsRequest.Builder tunnelOptions(Consumer<ModifyVpnTunnelOptionsSpecification.Builder> tunnelOptions)
The tunnel options to modify.
This is a convenience method that creates an instance of theModifyVpnTunnelOptionsSpecification.Builder avoiding the need to create one manually via
ModifyVpnTunnelOptionsSpecification.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to tunnelOptions(ModifyVpnTunnelOptionsSpecification).
tunnelOptions - a consumer that will call methods on ModifyVpnTunnelOptionsSpecification.BuildertunnelOptions(ModifyVpnTunnelOptionsSpecification)ModifyVpnTunnelOptionsRequest.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.ModifyVpnTunnelOptionsRequest.Builder skipTunnelReplacement(Boolean skipTunnelReplacement)
Choose whether or not to trigger immediate tunnel replacement.
Valid values: True | False
skipTunnelReplacement - Choose whether or not to trigger immediate tunnel replacement.
Valid values: True | False
ModifyVpnTunnelOptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifyVpnTunnelOptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.