public static interface ExportNotebookResponse.Builder extends AthenaResponse.Builder, SdkPojo, CopyableBuilder<ExportNotebookResponse.Builder,ExportNotebookResponse>
| Modifier and Type | Method and Description |
|---|---|
default ExportNotebookResponse.Builder |
notebookMetadata(Consumer<NotebookMetadata.Builder> notebookMetadata)
The notebook metadata, including notebook ID, notebook name, and workgroup name.
|
ExportNotebookResponse.Builder |
notebookMetadata(NotebookMetadata notebookMetadata)
The notebook metadata, including notebook ID, notebook name, and workgroup name.
|
ExportNotebookResponse.Builder |
payload(String payload)
The content of the exported notebook.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildExportNotebookResponse.Builder notebookMetadata(NotebookMetadata notebookMetadata)
The notebook metadata, including notebook ID, notebook name, and workgroup name.
notebookMetadata - The notebook metadata, including notebook ID, notebook name, and workgroup name.default ExportNotebookResponse.Builder notebookMetadata(Consumer<NotebookMetadata.Builder> notebookMetadata)
The notebook metadata, including notebook ID, notebook name, and workgroup name.
This is a convenience method that creates an instance of theNotebookMetadata.Builder avoiding the
need to create one manually via NotebookMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to notebookMetadata(NotebookMetadata).
notebookMetadata - a consumer that will call methods on NotebookMetadata.BuildernotebookMetadata(NotebookMetadata)ExportNotebookResponse.Builder payload(String payload)
The content of the exported notebook.
payload - The content of the exported notebook.Copyright © 2023. All rights reserved.