public static interface GetVpnTunnelReplacementStatusRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<GetVpnTunnelReplacementStatusRequest.Builder,GetVpnTunnelReplacementStatusRequest>
Modifier and Type | Method and Description |
---|---|
GetVpnTunnelReplacementStatusRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
GetVpnTunnelReplacementStatusRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetVpnTunnelReplacementStatusRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetVpnTunnelReplacementStatusRequest.Builder |
vpnConnectionId(String vpnConnectionId)
The ID of the Site-to-Site VPN connection.
|
GetVpnTunnelReplacementStatusRequest.Builder |
vpnTunnelOutsideIpAddress(String vpnTunnelOutsideIpAddress)
The external IP address of the VPN tunnel.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetVpnTunnelReplacementStatusRequest.Builder vpnConnectionId(String vpnConnectionId)
The ID of the Site-to-Site VPN connection.
vpnConnectionId
- The ID of the Site-to-Site VPN connection.GetVpnTunnelReplacementStatusRequest.Builder vpnTunnelOutsideIpAddress(String vpnTunnelOutsideIpAddress)
The external IP address of the VPN tunnel.
vpnTunnelOutsideIpAddress
- The external IP address of the VPN tunnel.GetVpnTunnelReplacementStatusRequest.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
.GetVpnTunnelReplacementStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
GetVpnTunnelReplacementStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.