public static interface ConnectionDetails.Builder extends SdkPojo, CopyableBuilder<ConnectionDetails.Builder,ConnectionDetails>
| Modifier and Type | Method and Description |
|---|---|
ConnectionDetails.Builder |
allowedIps(Collection<String> allowedIps)
The allowed IP addresses.
|
ConnectionDetails.Builder |
allowedIps(String... allowedIps)
The allowed IP addresses.
|
ConnectionDetails.Builder |
clientPublicKey(String clientPublicKey)
The public key of the client.
|
ConnectionDetails.Builder |
clientTunnelAddress(String clientTunnelAddress)
The client tunnel address.
|
ConnectionDetails.Builder |
serverEndpoint(String serverEndpoint)
The endpoint for the server.
|
ConnectionDetails.Builder |
serverPublicKey(String serverPublicKey)
The public key of the server.
|
ConnectionDetails.Builder |
serverTunnelAddress(String serverTunnelAddress)
The server tunnel address.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConnectionDetails.Builder clientPublicKey(String clientPublicKey)
The public key of the client.
clientPublicKey - The public key of the client.ConnectionDetails.Builder serverPublicKey(String serverPublicKey)
The public key of the server.
serverPublicKey - The public key of the server.ConnectionDetails.Builder serverEndpoint(String serverEndpoint)
The endpoint for the server.
serverEndpoint - The endpoint for the server.ConnectionDetails.Builder clientTunnelAddress(String clientTunnelAddress)
The client tunnel address.
clientTunnelAddress - The client tunnel address.ConnectionDetails.Builder serverTunnelAddress(String serverTunnelAddress)
The server tunnel address.
serverTunnelAddress - The server tunnel address.ConnectionDetails.Builder allowedIps(Collection<String> allowedIps)
The allowed IP addresses.
allowedIps - The allowed IP addresses.ConnectionDetails.Builder allowedIps(String... allowedIps)
The allowed IP addresses.
allowedIps - The allowed IP addresses.Copyright © 2023. All rights reserved.