| Package | Description | 
|---|---|
| com.amazonaws.services.elasticmapreduce.model | 
| Modifier and Type | Method and Description | 
|---|---|
NotebookExecution | 
NotebookExecution.addEnvironmentVariablesEntry(String key,
                            String value)
Add a single EnvironmentVariables entry 
 | 
NotebookExecution | 
NotebookExecution.clearEnvironmentVariablesEntries()
Removes all the entries added into EnvironmentVariables. 
 | 
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 Amazon EMR Notebook that is used for the notebook execution. 
 | 
NotebookExecution | 
NotebookExecution.withEndTime(Date endTime)
 The timestamp when notebook execution ended. 
 | 
NotebookExecution | 
NotebookExecution.withEnvironmentVariables(Map<String,String> environmentVariables)
 The environment variables associated with the notebook execution. 
 | 
NotebookExecution | 
NotebookExecution.withExecutionEngine(ExecutionEngineConfig executionEngine)
 The execution engine, such as an Amazon EMR cluster, used to run the Amazon 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 Amazon EC2 security group associated with the Amazon EMR Notebook instance. 
 | 
NotebookExecution | 
NotebookExecution.withNotebookParams(String notebookParams)
 Input parameters in JSON format passed to the Amazon EMR Notebook at runtime for execution. 
 | 
NotebookExecution | 
NotebookExecution.withNotebookS3Location(NotebookS3LocationForOutput notebookS3Location)
 The Amazon S3 location that stores the notebook execution input. 
 | 
NotebookExecution | 
NotebookExecution.withOutputNotebookFormat(OutputNotebookFormat outputNotebookFormat)
 The output format for the notebook execution. 
 | 
NotebookExecution | 
NotebookExecution.withOutputNotebookFormat(String outputNotebookFormat)
 The output format for the notebook execution. 
 | 
NotebookExecution | 
NotebookExecution.withOutputNotebookS3Location(OutputNotebookS3LocationForOutput outputNotebookS3Location)
 The Amazon S3 location for the notebook execution output. 
 | 
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 © 2024. All rights reserved.