| Package | Description | 
|---|---|
| com.amazonaws.services.elasticmapreduce.model | 
| Modifier and Type | Method and Description | 
|---|---|
ExecutionEngineConfig | 
ExecutionEngineConfig.clone()  | 
ExecutionEngineConfig | 
NotebookExecution.getExecutionEngine()
 The execution engine, such as an EMR cluster, used to run the EMR notebook and perform the notebook execution. 
 | 
ExecutionEngineConfig | 
StartNotebookExecutionRequest.getExecutionEngine()
 Specifies the execution engine (cluster) that runs the notebook execution. 
 | 
ExecutionEngineConfig | 
ExecutionEngineConfig.withId(String id)
 The unique identifier of the execution engine. 
 | 
ExecutionEngineConfig | 
ExecutionEngineConfig.withMasterInstanceSecurityGroupId(String masterInstanceSecurityGroupId)
 An optional unique ID of an EC2 security group to associate with the master instance of the EMR cluster for this
 notebook execution. 
 | 
ExecutionEngineConfig | 
ExecutionEngineConfig.withType(ExecutionEngineType type)
 The type of execution engine. 
 | 
ExecutionEngineConfig | 
ExecutionEngineConfig.withType(String type)
 The type of execution engine. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
NotebookExecution.setExecutionEngine(ExecutionEngineConfig executionEngine)
 The execution engine, such as an EMR cluster, used to run the EMR notebook and perform the notebook execution. 
 | 
void | 
StartNotebookExecutionRequest.setExecutionEngine(ExecutionEngineConfig executionEngine)
 Specifies the execution engine (cluster) that runs the notebook execution. 
 | 
NotebookExecution | 
NotebookExecution.withExecutionEngine(ExecutionEngineConfig executionEngine)
 The execution engine, such as an EMR cluster, used to run the EMR notebook and perform the notebook execution. 
 | 
StartNotebookExecutionRequest | 
StartNotebookExecutionRequest.withExecutionEngine(ExecutionEngineConfig executionEngine)
 Specifies the execution engine (cluster) that runs the notebook execution. 
 | 
Copyright © 2020. All rights reserved.