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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
TerminateClientVpnConnectionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
TerminateClientVpnConnectionsRequest.Builder |
username(String username)
The name of the user who initiated the connection.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
TerminateClientVpnConnectionsRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.TerminateClientVpnConnectionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.