Interface AuthorizeClientVpnIngressRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AuthorizeClientVpnIngressRequest.Builder,AuthorizeClientVpnIngressRequest>,Ec2Request.Builder,SdkBuilder<AuthorizeClientVpnIngressRequest.Builder,AuthorizeClientVpnIngressRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AuthorizeClientVpnIngressRequest
@Mutable @NotThreadSafe public static interface AuthorizeClientVpnIngressRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<AuthorizeClientVpnIngressRequest.Builder,AuthorizeClientVpnIngressRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthorizeClientVpnIngressRequest.BuilderaccessGroupId(String accessGroupId)The ID of the group to grant access to, for example, the Active Directory group or identity provider (IdP) group.AuthorizeClientVpnIngressRequest.BuilderauthorizeAllGroups(Boolean authorizeAllGroups)Indicates whether to grant access to all clients.AuthorizeClientVpnIngressRequest.BuilderclientToken(String clientToken)Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.AuthorizeClientVpnIngressRequest.BuilderclientVpnEndpointId(String clientVpnEndpointId)The ID of the Client VPN endpoint.AuthorizeClientVpnIngressRequest.Builderdescription(String description)A brief description of the authorization rule.AuthorizeClientVpnIngressRequest.BuilderdryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.AuthorizeClientVpnIngressRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AuthorizeClientVpnIngressRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AuthorizeClientVpnIngressRequest.BuildertargetNetworkCidr(String targetNetworkCidr)The IPv4 address range, in CIDR notation, of the network for which access is being authorized.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
clientVpnEndpointId
AuthorizeClientVpnIngressRequest.Builder clientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint.
- Parameters:
clientVpnEndpointId- The ID of the Client VPN endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetNetworkCidr
AuthorizeClientVpnIngressRequest.Builder targetNetworkCidr(String targetNetworkCidr)
The IPv4 address range, in CIDR notation, of the network for which access is being authorized.
- Parameters:
targetNetworkCidr- The IPv4 address range, in CIDR notation, of the network for which access is being authorized.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessGroupId
AuthorizeClientVpnIngressRequest.Builder accessGroupId(String accessGroupId)
The ID of the group to grant access to, for example, the Active Directory group or identity provider (IdP) group. Required if
AuthorizeAllGroupsisfalseor not specified.- Parameters:
accessGroupId- The ID of the group to grant access to, for example, the Active Directory group or identity provider (IdP) group. Required ifAuthorizeAllGroupsisfalseor not specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorizeAllGroups
AuthorizeClientVpnIngressRequest.Builder authorizeAllGroups(Boolean authorizeAllGroups)
Indicates whether to grant access to all clients. Specify
trueto grant all clients who successfully establish a VPN connection access to the network. Must be set totrueifAccessGroupIdis not specified.- Parameters:
authorizeAllGroups- Indicates whether to grant access to all clients. Specifytrueto grant all clients who successfully establish a VPN connection access to the network. Must be set totrueifAccessGroupIdis not specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
AuthorizeClientVpnIngressRequest.Builder description(String description)
A brief description of the authorization rule.
- Parameters:
description- A brief description of the authorization rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
AuthorizeClientVpnIngressRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
- Parameters:
clientToken- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dryRun
AuthorizeClientVpnIngressRequest.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 isUnauthorizedOperation.- Parameters:
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 isDryRunOperation. Otherwise, it isUnauthorizedOperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AuthorizeClientVpnIngressRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AuthorizeClientVpnIngressRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-