Package com.ngrok.definitions
Class EndpointWebsocketTcpConverter.Builder
java.lang.Object
com.ngrok.definitions.EndpointWebsocketTcpConverter.Builder
- Enclosing class:
- EndpointWebsocketTcpConverter
Builder class for
EndpointWebsocketTcpConverter
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Constructs theEndpointWebsocketTcpConverter
instance.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.
-
Method Details
-
enabled
true
if the module will be applied to traffic,false
to disable. defaulttrue
if unspecified- Parameters:
enabled
- the value of theenabled
parameter as aboolean
- Returns:
- this builder instance
-
enabled
true
if the module will be applied to traffic,false
to disable. defaulttrue
if unspecified- Parameters:
enabled
- the value of theenabled
parameter as aboolean
, wrapped in anOptional
- Returns:
- this builder instance
-
build
Constructs theEndpointWebsocketTcpConverter
instance.- Returns:
- a new
EndpointWebsocketTcpConverter
-