Uses of Interface
software.amazon.awssdk.services.emr.model.ExecutionEngineConfig.Builder
-
Packages that use ExecutionEngineConfig.Builder Package Description software.amazon.awssdk.services.emr.model -
-
Uses of ExecutionEngineConfig.Builder in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return ExecutionEngineConfig.Builder Modifier and Type Method Description static ExecutionEngineConfig.BuilderExecutionEngineConfig. builder()ExecutionEngineConfig.BuilderExecutionEngineConfig.Builder. executionRoleArn(String executionRoleArn)The execution role ARN required for the notebook execution.ExecutionEngineConfig.BuilderExecutionEngineConfig.Builder. id(String id)The unique identifier of the execution engine.ExecutionEngineConfig.BuilderExecutionEngineConfig.Builder. masterInstanceSecurityGroupId(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.BuilderExecutionEngineConfig. toBuilder()ExecutionEngineConfig.BuilderExecutionEngineConfig.Builder. type(String type)The type of execution engine.ExecutionEngineConfig.BuilderExecutionEngineConfig.Builder. type(ExecutionEngineType type)The type of execution engine.Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type ExecutionEngineConfig.Builder Modifier and Type Method Description static Class<? extends ExecutionEngineConfig.Builder>ExecutionEngineConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type ExecutionEngineConfig.Builder Modifier and Type Method Description default NotebookExecution.BuilderNotebookExecution.Builder. executionEngine(Consumer<ExecutionEngineConfig.Builder> executionEngine)The execution engine, such as an Amazon EMR cluster, used to run the Amazon EMR notebook and perform the notebook execution.default StartNotebookExecutionRequest.BuilderStartNotebookExecutionRequest.Builder. executionEngine(Consumer<ExecutionEngineConfig.Builder> executionEngine)Specifies the execution engine (cluster) that runs the notebook execution.
-