Uses of Interface
software.amazon.awssdk.services.ec2.model.AuthorizationRule.Builder
Packages that use AuthorizationRule.Builder
-
Uses of AuthorizationRule.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AuthorizationRule.BuilderModifier and TypeMethodDescriptionIndicates whether the authorization rule grants access to all clients.static AuthorizationRule.BuilderAuthorizationRule.builder()AuthorizationRule.Builder.clientVpnEndpointId(String clientVpnEndpointId) The ID of the Client VPN endpoint with which the authorization rule is associated.AuthorizationRule.Builder.description(String description) A brief description of the authorization rule.AuthorizationRule.Builder.destinationCidr(String destinationCidr) The IPv4 address range, in CIDR notation, of the network to which the authorization rule applies.The ID of the Active Directory group to which the authorization rule grants access.default AuthorizationRule.BuilderAuthorizationRule.Builder.status(Consumer<ClientVpnAuthorizationRuleStatus.Builder> status) The current state of the authorization rule.AuthorizationRule.Builder.status(ClientVpnAuthorizationRuleStatus status) The current state of the authorization rule.AuthorizationRule.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AuthorizationRule.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AuthorizationRule.Builder>AuthorizationRule.serializableBuilderClass()