public static interface ExecutionEngineConfig.Builder extends SdkPojo, CopyableBuilder<ExecutionEngineConfig.Builder,ExecutionEngineConfig>
| Modifier and Type | Method and Description |
|---|---|
ExecutionEngineConfig.Builder |
id(String id)
The unique identifier of the execution engine.
|
ExecutionEngineConfig.Builder |
masterInstanceSecurityGroupId(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.Builder |
type(ExecutionEngineType type)
The type of execution engine.
|
ExecutionEngineConfig.Builder |
type(String type)
The type of execution engine.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExecutionEngineConfig.Builder id(String id)
The unique identifier of the execution engine. For an EMR cluster, this is the cluster ID.
id - The unique identifier of the execution engine. For an EMR cluster, this is the cluster ID.ExecutionEngineConfig.Builder type(String type)
The type of execution engine. A value of EMR specifies an EMR cluster.
type - The type of execution engine. A value of EMR specifies an EMR cluster.ExecutionEngineType,
ExecutionEngineTypeExecutionEngineConfig.Builder type(ExecutionEngineType type)
The type of execution engine. A value of EMR specifies an EMR cluster.
type - The type of execution engine. A value of EMR specifies an EMR cluster.ExecutionEngineType,
ExecutionEngineTypeExecutionEngineConfig.Builder masterInstanceSecurityGroupId(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. For more information see Specifying EC2 Security Groups for EMR Notebooks in the EMR Management Guide.
masterInstanceSecurityGroupId - An optional unique ID of an EC2 security group to associate with the master instance of the EMR
cluster for this notebook execution. For more information see Specifying EC2 Security Groups for EMR Notebooks in the EMR Management Guide.Copyright © 2022. All rights reserved.