public static interface ClientVpnAuthorizationRuleStatus.Builder extends SdkPojo, CopyableBuilder<ClientVpnAuthorizationRuleStatus.Builder,ClientVpnAuthorizationRuleStatus>
| Modifier and Type | Method and Description |
|---|---|
ClientVpnAuthorizationRuleStatus.Builder |
code(ClientVpnAuthorizationRuleStatusCode code)
The state of the authorization rule.
|
ClientVpnAuthorizationRuleStatus.Builder |
code(String code)
The state of the authorization rule.
|
ClientVpnAuthorizationRuleStatus.Builder |
message(String message)
A message about the status of the authorization rule, if applicable.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClientVpnAuthorizationRuleStatus.Builder code(String code)
The state of the authorization rule.
code - The state of the authorization rule.ClientVpnAuthorizationRuleStatusCode,
ClientVpnAuthorizationRuleStatusCodeClientVpnAuthorizationRuleStatus.Builder code(ClientVpnAuthorizationRuleStatusCode code)
The state of the authorization rule.
code - The state of the authorization rule.ClientVpnAuthorizationRuleStatusCode,
ClientVpnAuthorizationRuleStatusCodeClientVpnAuthorizationRuleStatus.Builder message(String message)
A message about the status of the authorization rule, if applicable.
message - A message about the status of the authorization rule, if applicable.Copyright © 2021. All rights reserved.