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) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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
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 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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetActiveVpnTunnelStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-