Struct aws_sdk_athena::input::export_notebook_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ExportNotebookInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn notebook_id(self, input: impl Into<String>) -> Self
pub fn notebook_id(self, input: impl Into<String>) -> Self
The ID of the notebook to export.
sourcepub fn set_notebook_id(self, input: Option<String>) -> Self
pub fn set_notebook_id(self, input: Option<String>) -> Self
The ID of the notebook to export.
sourcepub fn build(self) -> Result<ExportNotebookInput, BuildError>
pub fn build(self) -> Result<ExportNotebookInput, BuildError>
Consumes the builder and constructs a ExportNotebookInput
.