Uses of Class
com.couchbase.client.java.manager.eventing.EventingFunction.Builder
Packages that use EventingFunction.Builder
- 
Uses of EventingFunction.Builder in com.couchbase.client.java.manager.eventingMethods in com.couchbase.client.java.manager.eventing that return EventingFunction.BuilderModifier and TypeMethodDescriptionEventingFunction.Builder.bucketBindings(List<EventingFunctionBucketBinding> bucketBindings) Sets the bucket bindings for the function.static EventingFunction.BuilderEventingFunction.builder(String name, String code, EventingFunctionKeyspace sourceKeyspace, EventingFunctionKeyspace metadataKeyspace) Creates aEventingFunction.Builderthat can be used to further customize theEventingFunctionbeyond the defaults.EventingFunction.Builder.constantBindings(List<EventingFunctionConstantBinding> constantBindings) Sets the constant bindings for the function.EventingFunction.Builder.enforceSchema(boolean enforceSchema) Set to true if the schema schould be enforced.EventingFunction.Builder.settings(EventingFunctionSettings settings) Sets various function settings to customize the runtime behavior.EventingFunction.Builder.urlBindings(List<EventingFunctionUrlBinding> urlBindings) Sets the URL bindings for the function.