Struct aws_sdk_athena::output::create_notebook_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CreateNotebookOutput
.
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
A unique identifier for the notebook.
sourcepub fn set_notebook_id(self, input: Option<String>) -> Self
pub fn set_notebook_id(self, input: Option<String>) -> Self
A unique identifier for the notebook.
sourcepub fn build(self) -> CreateNotebookOutput
pub fn build(self) -> CreateNotebookOutput
Consumes the builder and constructs a CreateNotebookOutput
.