Struct aws_sdk_emr::operation::stop_notebook_execution::builders::StopNotebookExecutionInputBuilder
source · #[non_exhaustive]pub struct StopNotebookExecutionInputBuilder { /* private fields */ }Expand description
A builder for StopNotebookExecutionInput.
Implementations§
source§impl StopNotebookExecutionInputBuilder
impl StopNotebookExecutionInputBuilder
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.
Trait Implementations§
source§impl Clone for StopNotebookExecutionInputBuilder
impl Clone for StopNotebookExecutionInputBuilder
source§fn clone(&self) -> StopNotebookExecutionInputBuilder
fn clone(&self) -> StopNotebookExecutionInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for StopNotebookExecutionInputBuilder
impl Default for StopNotebookExecutionInputBuilder
source§fn default() -> StopNotebookExecutionInputBuilder
fn default() -> StopNotebookExecutionInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<StopNotebookExecutionInputBuilder> for StopNotebookExecutionInputBuilder
impl PartialEq<StopNotebookExecutionInputBuilder> for StopNotebookExecutionInputBuilder
source§fn eq(&self, other: &StopNotebookExecutionInputBuilder) -> bool
fn eq(&self, other: &StopNotebookExecutionInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.