| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
NotebookMetadata |
NotebookMetadata.clone() |
NotebookMetadata |
GetNotebookMetadataResult.getNotebookMetadata()
The metadata that is returned for the specified notebook ID.
|
NotebookMetadata |
ExportNotebookResult.getNotebookMetadata()
The notebook metadata, including notebook ID, notebook name, and workgroup name.
|
NotebookMetadata |
NotebookMetadata.withCreationTime(Date creationTime)
The time when the notebook was created.
|
NotebookMetadata |
NotebookMetadata.withLastModifiedTime(Date lastModifiedTime)
The time when the notebook was last modified.
|
NotebookMetadata |
NotebookMetadata.withName(String name)
The name of the notebook.
|
NotebookMetadata |
NotebookMetadata.withNotebookId(String notebookId)
The notebook ID.
|
NotebookMetadata |
NotebookMetadata.withType(NotebookType type)
The type of notebook.
|
NotebookMetadata |
NotebookMetadata.withType(String type)
The type of notebook.
|
NotebookMetadata |
NotebookMetadata.withWorkGroup(String workGroup)
The name of the Spark enabled workgroup to which the notebook belongs.
|
| Modifier and Type | Method and Description |
|---|---|
List<NotebookMetadata> |
ListNotebookMetadataResult.getNotebookMetadataList()
The list of notebook metadata for the specified workgroup.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetNotebookMetadataResult.setNotebookMetadata(NotebookMetadata notebookMetadata)
The metadata that is returned for the specified notebook ID.
|
void |
ExportNotebookResult.setNotebookMetadata(NotebookMetadata notebookMetadata)
The notebook metadata, including notebook ID, notebook name, and workgroup name.
|
GetNotebookMetadataResult |
GetNotebookMetadataResult.withNotebookMetadata(NotebookMetadata notebookMetadata)
The metadata that is returned for the specified notebook ID.
|
ExportNotebookResult |
ExportNotebookResult.withNotebookMetadata(NotebookMetadata notebookMetadata)
The notebook metadata, including notebook ID, notebook name, and workgroup name.
|
ListNotebookMetadataResult |
ListNotebookMetadataResult.withNotebookMetadataList(NotebookMetadata... notebookMetadataList)
The list of notebook metadata for the specified workgroup.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListNotebookMetadataResult.setNotebookMetadataList(Collection<NotebookMetadata> notebookMetadataList)
The list of notebook metadata for the specified workgroup.
|
ListNotebookMetadataResult |
ListNotebookMetadataResult.withNotebookMetadataList(Collection<NotebookMetadata> notebookMetadataList)
The list of notebook metadata for the specified workgroup.
|
Copyright © 2025. All rights reserved.