public static interface ClientVpnConnectionStatus.Builder extends SdkPojo, CopyableBuilder<ClientVpnConnectionStatus.Builder,ClientVpnConnectionStatus>
| Modifier and Type | Method and Description |
|---|---|
ClientVpnConnectionStatus.Builder |
code(ClientVpnConnectionStatusCode code)
The state of the client connection.
|
ClientVpnConnectionStatus.Builder |
code(String code)
The state of the client connection.
|
ClientVpnConnectionStatus.Builder |
message(String message)
A message about the status of the client connection, if applicable.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClientVpnConnectionStatus.Builder code(String code)
The state of the client connection.
code - The state of the client connection.ClientVpnConnectionStatusCode,
ClientVpnConnectionStatusCodeClientVpnConnectionStatus.Builder code(ClientVpnConnectionStatusCode code)
The state of the client connection.
code - The state of the client connection.ClientVpnConnectionStatusCode,
ClientVpnConnectionStatusCodeClientVpnConnectionStatus.Builder message(String message)
A message about the status of the client connection, if applicable.
message - A message about the status of the client connection, if applicable.Copyright © 2019. All rights reserved.