Struct aws_sdk_emr::client::fluent_builders::StartNotebookExecution
source · [−]pub struct StartNotebookExecution { /* private fields */ }Expand description
Fluent builder constructing a request to StartNotebookExecution.
Starts a notebook execution.
Implementations
sourceimpl StartNotebookExecution
impl StartNotebookExecution
sourcepub async fn send(
self
) -> Result<StartNotebookExecutionOutput, SdkError<StartNotebookExecutionError>>
pub async fn send(
self
) -> Result<StartNotebookExecutionOutput, SdkError<StartNotebookExecutionError>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn editor_id(self, input: impl Into<String>) -> Self
pub fn editor_id(self, input: impl Into<String>) -> Self
The unique identifier of the EMR Notebook to use for notebook execution.
sourcepub fn set_editor_id(self, input: Option<String>) -> Self
pub fn set_editor_id(self, input: Option<String>) -> Self
The unique identifier of the EMR Notebook to use for notebook execution.
sourcepub fn relative_path(self, input: impl Into<String>) -> Self
pub fn relative_path(self, input: impl Into<String>) -> Self
The path and file name of the notebook file for this execution, relative to the path specified for the EMR Notebook. For example, if you specify a path of s3://MyBucket/MyNotebooks when you create an EMR Notebook for a notebook with an ID of e-ABCDEFGHIJK1234567890ABCD (the EditorID of this request), and you specify a RelativePath of my_notebook_executions/notebook_execution.ipynb, the location of the file for the notebook execution is s3://MyBucket/MyNotebooks/e-ABCDEFGHIJK1234567890ABCD/my_notebook_executions/notebook_execution.ipynb.
sourcepub fn set_relative_path(self, input: Option<String>) -> Self
pub fn set_relative_path(self, input: Option<String>) -> Self
The path and file name of the notebook file for this execution, relative to the path specified for the EMR Notebook. For example, if you specify a path of s3://MyBucket/MyNotebooks when you create an EMR Notebook for a notebook with an ID of e-ABCDEFGHIJK1234567890ABCD (the EditorID of this request), and you specify a RelativePath of my_notebook_executions/notebook_execution.ipynb, the location of the file for the notebook execution is s3://MyBucket/MyNotebooks/e-ABCDEFGHIJK1234567890ABCD/my_notebook_executions/notebook_execution.ipynb.
sourcepub fn notebook_execution_name(self, input: impl Into<String>) -> Self
pub fn notebook_execution_name(self, input: impl Into<String>) -> Self
An optional name for the notebook execution.
sourcepub fn set_notebook_execution_name(self, input: Option<String>) -> Self
pub fn set_notebook_execution_name(self, input: Option<String>) -> Self
An optional name for the notebook execution.
sourcepub fn notebook_params(self, input: impl Into<String>) -> Self
pub fn notebook_params(self, input: impl Into<String>) -> Self
Input parameters in JSON format passed to the EMR Notebook at runtime for execution.
sourcepub fn set_notebook_params(self, input: Option<String>) -> Self
pub fn set_notebook_params(self, input: Option<String>) -> Self
Input parameters in JSON format passed to the EMR Notebook at runtime for execution.
sourcepub fn execution_engine(self, input: ExecutionEngineConfig) -> Self
pub fn execution_engine(self, input: ExecutionEngineConfig) -> Self
Specifies the execution engine (cluster) that runs the notebook execution.
sourcepub fn set_execution_engine(self, input: Option<ExecutionEngineConfig>) -> Self
pub fn set_execution_engine(self, input: Option<ExecutionEngineConfig>) -> Self
Specifies the execution engine (cluster) that runs the notebook execution.
sourcepub fn service_role(self, input: impl Into<String>) -> Self
pub fn service_role(self, input: impl Into<String>) -> Self
The name or ARN of the IAM role that is used as the service role for Amazon EMR (the EMR role) for the notebook execution.
sourcepub fn set_service_role(self, input: Option<String>) -> Self
pub fn set_service_role(self, input: Option<String>) -> Self
The name or ARN of the IAM role that is used as the service role for Amazon EMR (the EMR role) for the notebook execution.
sourcepub fn notebook_instance_security_group_id(
self,
input: impl Into<String>
) -> Self
pub fn notebook_instance_security_group_id(
self,
input: impl Into<String>
) -> Self
The unique identifier of the Amazon EC2 security group to associate with the EMR Notebook for this notebook execution.
sourcepub fn set_notebook_instance_security_group_id(
self,
input: Option<String>
) -> Self
pub fn set_notebook_instance_security_group_id(
self,
input: Option<String>
) -> Self
The unique identifier of the Amazon EC2 security group to associate with the EMR Notebook for this notebook execution.
Appends an item to Tags.
To override the contents of this collection use set_tags.
A list of tags associated with a notebook execution. Tags are user-defined key-value pairs that consist of a required key string with a maximum of 128 characters and an optional value string with a maximum of 256 characters.
A list of tags associated with a notebook execution. Tags are user-defined key-value pairs that consist of a required key string with a maximum of 128 characters and an optional value string with a maximum of 256 characters.
Trait Implementations
sourceimpl Clone for StartNotebookExecution
impl Clone for StartNotebookExecution
sourcefn clone(&self) -> StartNotebookExecution
fn clone(&self) -> StartNotebookExecution
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl !RefUnwindSafe for StartNotebookExecution
impl Send for StartNotebookExecution
impl Sync for StartNotebookExecution
impl Unpin for StartNotebookExecution
impl !UnwindSafe for StartNotebookExecution
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more