Interface ClientVpnAuthorizationRuleStatus.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ClientVpnAuthorizationRuleStatus.Builder,,ClientVpnAuthorizationRuleStatus> SdkBuilder<ClientVpnAuthorizationRuleStatus.Builder,,ClientVpnAuthorizationRuleStatus> SdkPojo
- Enclosing class:
 ClientVpnAuthorizationRuleStatus
public static interface ClientVpnAuthorizationRuleStatus.Builder
extends SdkPojo, CopyableBuilder<ClientVpnAuthorizationRuleStatus.Builder,ClientVpnAuthorizationRuleStatus> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe state of the authorization rule.The state of the authorization rule.A message about the status of the authorization rule, if applicable.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
code
The state of the authorization rule.
- Parameters:
 code- The state of the authorization rule.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
code
The state of the authorization rule.
- Parameters:
 code- The state of the authorization rule.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
message
A message about the status of the authorization rule, if applicable.
- Parameters:
 message- A message about the status of the authorization rule, if applicable.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -