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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetActiveVpnTunnelStatusRequest.BuilderdryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request.GetActiveVpnTunnelStatusRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetActiveVpnTunnelStatusRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetActiveVpnTunnelStatusRequest.BuildervpnConnectionId(String vpnConnectionId)The ID of the VPN connection for which to retrieve the active tunnel status.GetActiveVpnTunnelStatusRequest.BuildervpnTunnelOutsideIpAddress(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
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
vpnConnectionId
GetActiveVpnTunnelStatusRequest.Builder vpnConnectionId(String 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
GetActiveVpnTunnelStatusRequest.Builder vpnTunnelOutsideIpAddress(String 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
GetActiveVpnTunnelStatusRequest.Builder dryRun(Boolean 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
-
-