Struct aws_sdk_emr::client::fluent_builders::StartNotebookExecution [−][src]
pub struct StartNotebookExecution<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to StartNotebookExecution.
Starts a notebook execution.
Implementations
impl<C, M, R> StartNotebookExecution<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> StartNotebookExecution<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<StartNotebookExecutionOutput, SdkError<StartNotebookExecutionError>> where
R::Policy: SmithyRetryPolicy<StartNotebookExecutionInputOperationOutputAlias, StartNotebookExecutionOutput, StartNotebookExecutionError, StartNotebookExecutionInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<StartNotebookExecutionOutput, SdkError<StartNotebookExecutionError>> where
R::Policy: SmithyRetryPolicy<StartNotebookExecutionInputOperationOutputAlias, StartNotebookExecutionOutput, StartNotebookExecutionError, StartNotebookExecutionInputOperationRetryAlias>,
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.
The unique identifier of the EMR Notebook to use for notebook execution.
The unique identifier of the EMR Notebook to use for notebook execution.
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.
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.
An optional name for the notebook execution.
An optional name for the notebook execution.
Input parameters in JSON format passed to the EMR Notebook at runtime for execution.
Input parameters in JSON format passed to the EMR Notebook at runtime for execution.
Specifies the execution engine (cluster) that runs the notebook execution.
Specifies the execution engine (cluster) that runs the notebook execution.
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.
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.
The unique identifier of the Amazon EC2 security group to associate with the EMR Notebook for this notebook execution.
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
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for StartNotebookExecution<C, M, R>
impl<C, M, R> Send for StartNotebookExecution<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for StartNotebookExecution<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for StartNotebookExecution<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for StartNotebookExecution<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
