public static interface AuthorizeClientVpnIngressRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<AuthorizeClientVpnIngressRequest.Builder,AuthorizeClientVpnIngressRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAuthorizeClientVpnIngressRequest.Builder clientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint.
clientVpnEndpointId - The ID of the Client VPN endpoint.AuthorizeClientVpnIngressRequest.Builder targetNetworkCidr(String targetNetworkCidr)
The IPv4 address range, in CIDR notation, of the network for which access is being authorized.
targetNetworkCidr - The IPv4 address range, in CIDR notation, of the network for which access is being authorized.AuthorizeClientVpnIngressRequest.Builder accessGroupId(String accessGroupId)
The ID of the Active Directory group to grant access.
accessGroupId - The ID of the Active Directory group to grant access.AuthorizeClientVpnIngressRequest.Builder authorizeAllGroups(Boolean authorizeAllGroups)
Indicates whether to grant access to all clients. Use true to grant all clients who successfully
establish a VPN connection access to the network.
authorizeAllGroups - Indicates whether to grant access to all clients. Use true to grant all clients who
successfully establish a VPN connection access to the network.AuthorizeClientVpnIngressRequest.Builder description(String description)
A brief description of the authorization rule.
description - A brief description of the authorization rule.AuthorizeClientVpnIngressRequest.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.AuthorizeClientVpnIngressRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAuthorizeClientVpnIngressRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.