Uses of Class
com.ngrok.definitions.EndpointTlsTerminationAtEdge.Builder
-
Uses of EndpointTlsTerminationAtEdge.Builder in com.ngrok.definitions
Modifier and TypeMethodDescriptionEndpointTlsTerminationAtEdge.Builder.enabled
(boolean enabled) true
if the module will be applied to traffic,false
to disable.true
if the module will be applied to traffic,false
to disable.EndpointTlsTerminationAtEdge.Builder.minVersion
(String minVersion) The minimum TLS version used for termination and advertised to the client during the TLS handshake.EndpointTlsTerminationAtEdge.Builder.minVersion
(Optional<String> minVersion) The minimum TLS version used for termination and advertised to the client during the TLS handshake.EndpointTlsTerminationAtEdge.newBuilder()
Creates a new builder for theEndpointTlsTerminationAtEdge
type.