public static interface AssociateClientVpnTargetNetworkRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<AssociateClientVpnTargetNetworkRequest.Builder,AssociateClientVpnTargetNetworkRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateClientVpnTargetNetworkRequest.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
AssociateClientVpnTargetNetworkRequest.Builder |
clientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint.
|
AssociateClientVpnTargetNetworkRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
AssociateClientVpnTargetNetworkRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateClientVpnTargetNetworkRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateClientVpnTargetNetworkRequest.Builder |
subnetId(String subnetId)
The ID of the subnet to associate with the Client VPN endpoint.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateClientVpnTargetNetworkRequest.Builder clientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint.
clientVpnEndpointId - The ID of the Client VPN endpoint.AssociateClientVpnTargetNetworkRequest.Builder subnetId(String subnetId)
The ID of the subnet to associate with the Client VPN endpoint.
subnetId - The ID of the subnet to associate with the Client VPN endpoint.AssociateClientVpnTargetNetworkRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see How to
ensure idempotency.AssociateClientVpnTargetNetworkRequest.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.AssociateClientVpnTargetNetworkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateClientVpnTargetNetworkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.