Uses of Class
software.amazon.awssdk.services.emr.model.ExecutionEngineConfig
-
Packages that use ExecutionEngineConfig Package Description software.amazon.awssdk.services.emr.model -
-
Uses of ExecutionEngineConfig in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return ExecutionEngineConfig Modifier and Type Method Description ExecutionEngineConfigNotebookExecution. executionEngine()The execution engine, such as an Amazon EMR cluster, used to run the Amazon EMR notebook and perform the notebook execution.ExecutionEngineConfigStartNotebookExecutionRequest. executionEngine()Specifies the execution engine (cluster) that runs the notebook execution.Methods in software.amazon.awssdk.services.emr.model with parameters of type ExecutionEngineConfig Modifier and Type Method Description NotebookExecution.BuilderNotebookExecution.Builder. executionEngine(ExecutionEngineConfig executionEngine)The execution engine, such as an Amazon EMR cluster, used to run the Amazon EMR notebook and perform the notebook execution.StartNotebookExecutionRequest.BuilderStartNotebookExecutionRequest.Builder. executionEngine(ExecutionEngineConfig executionEngine)Specifies the execution engine (cluster) that runs the notebook execution.
-