public static interface DisassociateClientVpnTargetNetworkRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DisassociateClientVpnTargetNetworkRequest.Builder,DisassociateClientVpnTargetNetworkRequest>
| Modifier and Type | Method and Description |
|---|---|
DisassociateClientVpnTargetNetworkRequest.Builder |
associationId(String associationId)
The ID of the target network association.
|
DisassociateClientVpnTargetNetworkRequest.Builder |
clientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint from which to disassociate the target network.
|
DisassociateClientVpnTargetNetworkRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
DisassociateClientVpnTargetNetworkRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisassociateClientVpnTargetNetworkRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateClientVpnTargetNetworkRequest.Builder clientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint from which to disassociate the target network.
clientVpnEndpointId - The ID of the Client VPN endpoint from which to disassociate the target network.DisassociateClientVpnTargetNetworkRequest.Builder associationId(String associationId)
The ID of the target network association.
associationId - The ID of the target network association.DisassociateClientVpnTargetNetworkRequest.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.DisassociateClientVpnTargetNetworkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisassociateClientVpnTargetNetworkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.