@Generated(value="software.amazon.awssdk:codegen") public final class ExecutionEngineConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExecutionEngineConfig.Builder,ExecutionEngineConfig>
Specifies the execution engine (cluster) to run the notebook and perform the notebook execution, for example, an EMR cluster.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExecutionEngineConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionEngineConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique identifier of the execution engine.
|
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExecutionEngineConfig.Builder> |
serializableBuilderClass() |
ExecutionEngineConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ExecutionEngineType |
type()
The type of execution engine.
|
String |
typeAsString()
The type of execution engine.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The unique identifier of the execution engine. For an EMR cluster, this is the cluster ID.
public final ExecutionEngineType type()
The type of execution engine. A value of EMR specifies an EMR cluster.
If the service returns an enum value that is not available in the current SDK version, type will return
ExecutionEngineType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
EMR specifies an EMR cluster.ExecutionEngineTypepublic final String typeAsString()
The type of execution engine. A value of EMR specifies an EMR cluster.
If the service returns an enum value that is not available in the current SDK version, type will return
ExecutionEngineType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
EMR specifies an EMR cluster.ExecutionEngineTypepublic final 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.
public ExecutionEngineConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExecutionEngineConfig.Builder,ExecutionEngineConfig>public static ExecutionEngineConfig.Builder builder()
public static Class<? extends ExecutionEngineConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.