Interface GetActiveVpnTunnelStatusRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetActiveVpnTunnelStatusRequest.Builder,,GetActiveVpnTunnelStatusRequest> Ec2Request.Builder,SdkBuilder<GetActiveVpnTunnelStatusRequest.Builder,,GetActiveVpnTunnelStatusRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetActiveVpnTunnelStatusRequest
@Mutable
@NotThreadSafe
public static interface GetActiveVpnTunnelStatusRequest.Builder
extends Ec2Request.Builder, SdkPojo, CopyableBuilder<GetActiveVpnTunnelStatusRequest.Builder,GetActiveVpnTunnelStatusRequest>
-
Method Summary
Modifier and TypeMethodDescriptionChecks whether you have the required permissions for the action, without actually making the request.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) vpnConnectionId(String vpnConnectionId) The ID of the VPN connection for which to retrieve the active tunnel status.vpnTunnelOutsideIpAddress(String vpnTunnelOutsideIpAddress) The external IP address of the VPN tunnel for which to retrieve the active status.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
vpnConnectionId
The ID of the VPN connection for which to retrieve the active tunnel status.
- Parameters:
vpnConnectionId- The ID of the VPN connection for which to retrieve the active tunnel status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpnTunnelOutsideIpAddress
The external IP address of the VPN tunnel for which to retrieve the active status.
- Parameters:
vpnTunnelOutsideIpAddress- The external IP address of the VPN tunnel for which to retrieve the active status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dryRun
Checks whether you have the required permissions for the action, without actually making the request.
- Parameters:
dryRun- Checks whether you have the required permissions for the action, without actually making the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetActiveVpnTunnelStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetActiveVpnTunnelStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-