public static interface TerminateClientVpnConnectionsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<TerminateClientVpnConnectionsRequest.Builder,TerminateClientVpnConnectionsRequest>
| Modifier and Type | Method and Description |
|---|---|
TerminateClientVpnConnectionsRequest.Builder |
clientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint to which the client is connected.
|
TerminateClientVpnConnectionsRequest.Builder |
connectionId(String connectionId)
The ID of the client connection to be terminated.
|
TerminateClientVpnConnectionsRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
TerminateClientVpnConnectionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
TerminateClientVpnConnectionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
TerminateClientVpnConnectionsRequest.Builder |
username(String username)
The name of the user who initiated the connection.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildTerminateClientVpnConnectionsRequest.Builder clientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint to which the client is connected.
clientVpnEndpointId - The ID of the Client VPN endpoint to which the client is connected.TerminateClientVpnConnectionsRequest.Builder connectionId(String connectionId)
The ID of the client connection to be terminated.
connectionId - The ID of the client connection to be terminated.TerminateClientVpnConnectionsRequest.Builder username(String username)
The name of the user who initiated the connection. Use this option to terminate all active connections for the specified user. This option can only be used if the user has established up to five connections.
username - The name of the user who initiated the connection. Use this option to terminate all active connections
for the specified user. This option can only be used if the user has established up to five
connections.TerminateClientVpnConnectionsRequest.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.TerminateClientVpnConnectionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderTerminateClientVpnConnectionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.