Package org.ivoa.dm.executionbroker
Class JupyterNotebook.JupyterNotebookBuilder
java.lang.Object
org.ivoa.dm.executionbroker.JupyterNotebook.JupyterNotebookBuilder
- Enclosing class:
- JupyterNotebook
A builder class for JupyterNotebook, mainly for use in the functional builder pattern.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe component type identifier..The URL of the notebook.The component metadata. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
location
The URL of the notebook. TODO - This needs to take into account different ways of referring to a notebook. -
lifecycle
. -
kind
The component type identifier. -
meta
The component metadata.
-
-
Constructor Details
-
JupyterNotebookBuilder
public JupyterNotebookBuilder()
-
-
Method Details
-
create
create a JupyterNotebook from this builder.- Returns:
- an object initialized from the builder.
-