Package io.deephaven.client.impl
Interface ExecuteCodeOptions.Builder
- Enclosing interface:
- ExecuteCodeOptions
public static interface ExecuteCodeOptions.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Create a newExecuteCodeOptionsfrom the state of this builder.executeSystemic(ExecuteCodeOptions.SystemicType systemicType) Set if the code should be executed systemically or not.
-
Method Details
-
executeSystemic
Set if the code should be executed systemically or not. A value ofnulluses default system behavior.- Parameters:
systemicType- if the code should be executed systemically.- Returns:
- this
ExecuteCodeOptions.Builder
-
build
ExecuteCodeOptions build()Create a newExecuteCodeOptionsfrom the state of this builder.- Returns:
- a new
ExecuteCodeOptions
-