Uses of Class
com.ngrok.definitions.EndpointLoggingMutate.Builder
Packages that use EndpointLoggingMutate.Builder
-
Uses of EndpointLoggingMutate.Builder in com.ngrok.definitions
Methods in com.ngrok.definitions that return EndpointLoggingMutate.BuilderModifier and TypeMethodDescriptionEndpointLoggingMutate.Builder.enabled(boolean enabled)trueif the module will be applied to traffic,falseto disable.trueif the module will be applied to traffic,falseto disable.EndpointLoggingMutate.Builder.eventStreamIds(List<String> eventStreamIds)list of all EventStreams that will be used to configure and export this endpoint's logsEndpointLoggingMutate.Builder.eventStreamIds(Optional<List<String>> eventStreamIds)list of all EventStreams that will be used to configure and export this endpoint's logsEndpointLoggingMutate.newBuilder()Creates a new builder for theEndpointLoggingMutatetype.