public static interface NotebookMetadata.Builder extends SdkPojo, CopyableBuilder<NotebookMetadata.Builder,NotebookMetadata>
| Modifier and Type | Method and Description |
|---|---|
NotebookMetadata.Builder |
creationTime(Instant creationTime)
The time when the notebook was created.
|
NotebookMetadata.Builder |
lastModifiedTime(Instant lastModifiedTime)
The time when the notebook was last modified.
|
NotebookMetadata.Builder |
name(String name)
The name of the notebook.
|
NotebookMetadata.Builder |
notebookId(String notebookId)
The notebook ID.
|
NotebookMetadata.Builder |
type(NotebookType type)
The type of notebook.
|
NotebookMetadata.Builder |
type(String type)
The type of notebook.
|
NotebookMetadata.Builder |
workGroup(String workGroup)
The name of the Spark enabled workgroup to which the notebook belongs.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNotebookMetadata.Builder notebookId(String notebookId)
The notebook ID.
notebookId - The notebook ID.NotebookMetadata.Builder name(String name)
The name of the notebook.
name - The name of the notebook.NotebookMetadata.Builder workGroup(String workGroup)
The name of the Spark enabled workgroup to which the notebook belongs.
workGroup - The name of the Spark enabled workgroup to which the notebook belongs.NotebookMetadata.Builder creationTime(Instant creationTime)
The time when the notebook was created.
creationTime - The time when the notebook was created.NotebookMetadata.Builder type(String type)
The type of notebook. Currently, the only valid type is IPYNB.
type - The type of notebook. Currently, the only valid type is IPYNB.NotebookType,
NotebookTypeNotebookMetadata.Builder type(NotebookType type)
The type of notebook. Currently, the only valid type is IPYNB.
type - The type of notebook. Currently, the only valid type is IPYNB.NotebookType,
NotebookTypeNotebookMetadata.Builder lastModifiedTime(Instant lastModifiedTime)
The time when the notebook was last modified.
lastModifiedTime - The time when the notebook was last modified.Copyright © 2023. All rights reserved.