Struct aws_sdk_emr::input::stop_notebook_execution_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for StopNotebookExecutionInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn notebook_execution_id(self, input: impl Into<String>) -> Self
pub fn notebook_execution_id(self, input: impl Into<String>) -> Self
The unique identifier of the notebook execution.
sourcepub fn set_notebook_execution_id(self, input: Option<String>) -> Self
pub fn set_notebook_execution_id(self, input: Option<String>) -> Self
The unique identifier of the notebook execution.
sourcepub fn build(self) -> Result<StopNotebookExecutionInput, BuildError>
pub fn build(self) -> Result<StopNotebookExecutionInput, BuildError>
Consumes the builder and constructs a StopNotebookExecutionInput.