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 |
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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
AssociateClientVpnTargetNetworkRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
AssociateClientVpnTargetNetworkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2019. All rights reserved.