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, sdkFields
copy
applyMutation, build
ClientVpnConnectionStatus.Builder code(String code)
The state of the client connection.
code
- The state of the client connection.ClientVpnConnectionStatusCode
,
ClientVpnConnectionStatusCode
ClientVpnConnectionStatus.Builder code(ClientVpnConnectionStatusCode code)
The state of the client connection.
code
- The state of the client connection.ClientVpnConnectionStatusCode
,
ClientVpnConnectionStatusCode
ClientVpnConnectionStatus.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 © 2020. All rights reserved.