public static interface GetNotebookMetadataResponse.Builder extends AthenaResponse.Builder, SdkPojo, CopyableBuilder<GetNotebookMetadataResponse.Builder,GetNotebookMetadataResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetNotebookMetadataResponse.Builder |
notebookMetadata(Consumer<NotebookMetadata.Builder> notebookMetadata)
The metadata that is returned for the specified notebook ID.
|
GetNotebookMetadataResponse.Builder |
notebookMetadata(NotebookMetadata notebookMetadata)
The metadata that is returned for the specified notebook ID.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetNotebookMetadataResponse.Builder notebookMetadata(NotebookMetadata notebookMetadata)
The metadata that is returned for the specified notebook ID.
notebookMetadata - The metadata that is returned for the specified notebook ID.default GetNotebookMetadataResponse.Builder notebookMetadata(Consumer<NotebookMetadata.Builder> notebookMetadata)
The metadata that is returned for the specified notebook ID.
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)Copyright © 2023. All rights reserved.