Struct aws_sdk_athena::input::get_notebook_metadata_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetNotebookMetadataInput
.
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 whose metadata is to be retrieved.
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 whose metadata is to be retrieved.
sourcepub fn build(self) -> Result<GetNotebookMetadataInput, BuildError>
pub fn build(self) -> Result<GetNotebookMetadataInput, BuildError>
Consumes the builder and constructs a GetNotebookMetadataInput
.