pub struct Builder { /* private fields */ }
Expand description
A builder for DescribeNotebookInstanceInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn notebook_instance_name(self, input: impl Into<String>) -> Self
pub fn notebook_instance_name(self, input: impl Into<String>) -> Self
The name of the notebook instance that you want information about.
sourcepub fn set_notebook_instance_name(self, input: Option<String>) -> Self
pub fn set_notebook_instance_name(self, input: Option<String>) -> Self
The name of the notebook instance that you want information about.
sourcepub fn build(self) -> Result<DescribeNotebookInstanceInput, BuildError>
pub fn build(self) -> Result<DescribeNotebookInstanceInput, BuildError>
Consumes the builder and constructs a DescribeNotebookInstanceInput
.