Struct aws_sdk_athena::output::import_notebook_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ImportNotebookOutput
.
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 import.
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 import.
sourcepub fn build(self) -> ImportNotebookOutput
pub fn build(self) -> ImportNotebookOutput
Consumes the builder and constructs a ImportNotebookOutput
.