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 Amazon EMR cluster, used to run the Amazon EMR notebook and perform the notebook
execution.
|
ExecutionEngineConfig |
StartNotebookExecutionRequest.getExecutionEngine()
Specifies the execution engine (cluster) that runs the notebook execution.
|
ExecutionEngineConfig |
ExecutionEngineConfig.withExecutionRoleArn(String executionRoleArn)
The execution role ARN required for 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 Amazon EC2 security group to associate with the master instance of the Amazon 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 Amazon EMR cluster, used to run the Amazon 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 Amazon EMR cluster, used to run the Amazon EMR notebook and perform the notebook
execution.
|
StartNotebookExecutionRequest |
StartNotebookExecutionRequest.withExecutionEngine(ExecutionEngineConfig executionEngine)
Specifies the execution engine (cluster) that runs the notebook execution.
|
Copyright © 2023. All rights reserved.