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 |
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 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.