| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationRule.Builder |
AuthorizationRule.Builder.accessAll(Boolean accessAll)
Indicates whether the authorization rule grants access to all clients.
|
static AuthorizationRule.Builder |
AuthorizationRule.builder() |
AuthorizationRule.Builder |
AuthorizationRule.Builder.clientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint with which the authorization rule is associated.
|
AuthorizationRule.Builder |
AuthorizationRule.Builder.description(String description)
A brief description of the authorization rule.
|
AuthorizationRule.Builder |
AuthorizationRule.Builder.destinationCidr(String destinationCidr)
The IPv4 address range, in CIDR notation, of the network to which the authorization rule applies.
|
AuthorizationRule.Builder |
AuthorizationRule.Builder.groupId(String groupId)
The ID of the Active Directory group to which the authorization rule grants access.
|
AuthorizationRule.Builder |
AuthorizationRule.Builder.status(ClientVpnAuthorizationRuleStatus status)
The current state of the authorization rule.
|
default AuthorizationRule.Builder |
AuthorizationRule.Builder.status(Consumer<ClientVpnAuthorizationRuleStatus.Builder> status)
The current state of the authorization rule.
|
AuthorizationRule.Builder |
AuthorizationRule.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AuthorizationRule.Builder> |
AuthorizationRule.serializableBuilderClass() |
Copyright © 2019. All rights reserved.