public static interface RevokeClientVpnIngressRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<RevokeClientVpnIngressRequest.Builder,RevokeClientVpnIngressRequest>
Modifier and Type | Method and Description |
---|---|
RevokeClientVpnIngressRequest.Builder |
accessGroupId(String accessGroupId)
The ID of the Active Directory group for which to revoke access.
|
RevokeClientVpnIngressRequest.Builder |
clientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint with which the authorization rule is associated.
|
RevokeClientVpnIngressRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
RevokeClientVpnIngressRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RevokeClientVpnIngressRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RevokeClientVpnIngressRequest.Builder |
revokeAllGroups(Boolean revokeAllGroups)
Indicates whether access should be revoked for all clients.
|
RevokeClientVpnIngressRequest.Builder |
targetNetworkCidr(String targetNetworkCidr)
The IPv4 address range, in CIDR notation, of the network for which access is being removed.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
RevokeClientVpnIngressRequest.Builder clientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint with which the authorization rule is associated.
clientVpnEndpointId
- The ID of the Client VPN endpoint with which the authorization rule is associated.RevokeClientVpnIngressRequest.Builder targetNetworkCidr(String targetNetworkCidr)
The IPv4 address range, in CIDR notation, of the network for which access is being removed.
targetNetworkCidr
- The IPv4 address range, in CIDR notation, of the network for which access is being removed.RevokeClientVpnIngressRequest.Builder accessGroupId(String accessGroupId)
The ID of the Active Directory group for which to revoke access.
accessGroupId
- The ID of the Active Directory group for which to revoke access.RevokeClientVpnIngressRequest.Builder revokeAllGroups(Boolean revokeAllGroups)
Indicates whether access should be revoked for all clients.
revokeAllGroups
- Indicates whether access should be revoked for all clients.RevokeClientVpnIngressRequest.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
.RevokeClientVpnIngressRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
RevokeClientVpnIngressRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.