Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
NotebookExecution |
NotebookExecution.clone() |
NotebookExecution |
DescribeNotebookExecutionResult.getNotebookExecution()
Properties of the notebook execution.
|
NotebookExecution |
NotebookExecution.withArn(String arn)
The Amazon Resource Name (ARN) of the notebook execution.
|
NotebookExecution |
NotebookExecution.withEditorId(String editorId)
The unique identifier of the EMR Notebook that is used for the notebook execution.
|
NotebookExecution |
NotebookExecution.withEndTime(Date endTime)
The timestamp when notebook execution ended.
|
NotebookExecution |
NotebookExecution.withExecutionEngine(ExecutionEngineConfig executionEngine)
The execution engine, such as an EMR cluster, used to run the EMR notebook and perform the notebook execution.
|
NotebookExecution |
NotebookExecution.withLastStateChangeReason(String lastStateChangeReason)
The reason for the latest status change of the notebook execution.
|
NotebookExecution |
NotebookExecution.withNotebookExecutionId(String notebookExecutionId)
The unique identifier of a notebook execution.
|
NotebookExecution |
NotebookExecution.withNotebookExecutionName(String notebookExecutionName)
A name for the notebook execution.
|
NotebookExecution |
NotebookExecution.withNotebookInstanceSecurityGroupId(String notebookInstanceSecurityGroupId)
The unique identifier of the EC2 security group associated with the EMR Notebook instance.
|
NotebookExecution |
NotebookExecution.withNotebookParams(String notebookParams)
Input parameters in JSON format passed to the EMR Notebook at runtime for execution.
|
NotebookExecution |
NotebookExecution.withOutputNotebookURI(String outputNotebookURI)
The location of the notebook execution's output file in Amazon S3.
|
NotebookExecution |
NotebookExecution.withStartTime(Date startTime)
The timestamp when notebook execution started.
|
NotebookExecution |
NotebookExecution.withStatus(NotebookExecutionStatus status)
The status of the notebook execution.
|
NotebookExecution |
NotebookExecution.withStatus(String status)
The status of the notebook execution.
|
NotebookExecution |
NotebookExecution.withTags(Collection<Tag> tags)
A list of tags associated with a notebook execution.
|
NotebookExecution |
NotebookExecution.withTags(Tag... tags)
A list of tags associated with a notebook execution.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeNotebookExecutionResult.setNotebookExecution(NotebookExecution notebookExecution)
Properties of the notebook execution.
|
DescribeNotebookExecutionResult |
DescribeNotebookExecutionResult.withNotebookExecution(NotebookExecution notebookExecution)
Properties of the notebook execution.
|
Copyright © 2021. All rights reserved.