Struct aws_sdk_athena::output::export_notebook_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ExportNotebookOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn notebook_metadata(self, input: NotebookMetadata) -> Self
pub fn notebook_metadata(self, input: NotebookMetadata) -> Self
The notebook metadata, including notebook ID, notebook name, and workgroup name.
sourcepub fn set_notebook_metadata(self, input: Option<NotebookMetadata>) -> Self
pub fn set_notebook_metadata(self, input: Option<NotebookMetadata>) -> Self
The notebook metadata, including notebook ID, notebook name, and workgroup name.
sourcepub fn set_payload(self, input: Option<String>) -> Self
pub fn set_payload(self, input: Option<String>) -> Self
The content of the exported notebook.
sourcepub fn build(self) -> ExportNotebookOutput
pub fn build(self) -> ExportNotebookOutput
Consumes the builder and constructs a ExportNotebookOutput
.