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, sdkFields
copy
applyMutation, build
ClientVpnAuthorizationRuleStatus.Builder code(String code)
The state of the authorization rule.
code
- The state of the authorization rule.ClientVpnAuthorizationRuleStatusCode
,
ClientVpnAuthorizationRuleStatusCode
ClientVpnAuthorizationRuleStatus.Builder code(ClientVpnAuthorizationRuleStatusCode code)
The state of the authorization rule.
code
- The state of the authorization rule.ClientVpnAuthorizationRuleStatusCode
,
ClientVpnAuthorizationRuleStatusCode
ClientVpnAuthorizationRuleStatus.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 © 2019. All rights reserved.