| Package | Description | 
|---|---|
| com.amazonaws.services.elasticmapreduce.model | 
| Modifier and Type | Method and Description | 
|---|---|
| ExecutionEngineConfig | ExecutionEngineConfig. clone() | 
| ExecutionEngineConfig | StartNotebookExecutionRequest. getExecutionEngine()
 Specifies the execution engine (cluster) that runs the notebook execution. | 
| ExecutionEngineConfig | NotebookExecution. getExecutionEngine()
 The execution engine, such as an EMR cluster, used to run the EMR notebook and perform 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 | StartNotebookExecutionRequest. setExecutionEngine(ExecutionEngineConfig executionEngine)
 Specifies the execution engine (cluster) that runs the notebook execution. | 
| void | NotebookExecution. setExecutionEngine(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. | 
| NotebookExecution | NotebookExecution. withExecutionEngine(ExecutionEngineConfig executionEngine)
 The execution engine, such as an EMR cluster, used to run the EMR notebook and perform the notebook execution. | 
Copyright © 2021. All rights reserved.