pub struct Builder { /* private fields */ }
Expand description
A builder for GetNotebookMetadataOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn notebook_metadata(self, input: NotebookMetadata) -> Self
pub fn notebook_metadata(self, input: NotebookMetadata) -> Self
The metadata that is returned for the specified notebook ID.
sourcepub fn set_notebook_metadata(self, input: Option<NotebookMetadata>) -> Self
pub fn set_notebook_metadata(self, input: Option<NotebookMetadata>) -> Self
The metadata that is returned for the specified notebook ID.
sourcepub fn build(self) -> GetNotebookMetadataOutput
pub fn build(self) -> GetNotebookMetadataOutput
Consumes the builder and constructs a GetNotebookMetadataOutput
.