pub struct Builder { /* private fields */ }
Expand description
A builder for StopNotebookInstanceInput
.
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 to terminate.
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 to terminate.
sourcepub fn build(self) -> Result<StopNotebookInstanceInput, BuildError>
pub fn build(self) -> Result<StopNotebookInstanceInput, BuildError>
Consumes the builder and constructs a StopNotebookInstanceInput
.