public static interface ExecutionEngineConfig.Builder extends SdkPojo, CopyableBuilder<ExecutionEngineConfig.Builder,ExecutionEngineConfig>
| Modifier and Type | Method and Description |
|---|---|
ExecutionEngineConfig.Builder |
executionRoleArn(String executionRoleArn)
The execution role ARN required for the notebook execution.
|
ExecutionEngineConfig.Builder |
id(String id)
The unique identifier of the execution engine.
|
ExecutionEngineConfig.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.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 Amazon EMR cluster, this is the cluster ID.
id - The unique identifier of the execution engine. For an Amazon EMR cluster, this is the cluster ID.ExecutionEngineConfig.Builder type(String type)
The type of execution engine. A value of EMR specifies an Amazon EMR cluster.
type - The type of execution engine. A value of EMR specifies an Amazon EMR cluster.ExecutionEngineType,
ExecutionEngineTypeExecutionEngineConfig.Builder type(ExecutionEngineType type)
The type of execution engine. A value of EMR specifies an Amazon EMR cluster.
type - The type of execution engine. A value of EMR specifies an Amazon EMR cluster.ExecutionEngineType,
ExecutionEngineTypeExecutionEngineConfig.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. For more information see Specifying Amazon EC2 Security Groups for Amazon EMR Notebooks in the EMR Management Guide.
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. For more information see Specifying Amazon EC2 Security Groups for Amazon EMR Notebooks in the EMR Management
Guide.ExecutionEngineConfig.Builder executionRoleArn(String executionRoleArn)
The execution role ARN required for the notebook execution.
executionRoleArn - The execution role ARN required for the notebook execution.Copyright © 2023. All rights reserved.