@Generated(value="software.amazon.awssdk:codegen") public final class EMRStepMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EMRStepMetadata.Builder,EMRStepMetadata>
The configurations and outcomes of an Amazon EMR step execution.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EMRStepMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EMRStepMetadata.Builder |
builder() |
String |
clusterId()
The identifier of the EMR cluster.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
logFilePath()
The path to the log file where the cluster step's failure root cause is recorded.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EMRStepMetadata.Builder> |
serializableBuilderClass() |
String |
stepId()
The identifier of the EMR cluster step.
|
String |
stepName()
The name of the EMR cluster step.
|
EMRStepMetadata.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clusterId()
The identifier of the EMR cluster.
public final String stepId()
The identifier of the EMR cluster step.
public final String stepName()
The name of the EMR cluster step.
public final String logFilePath()
The path to the log file where the cluster step's failure root cause is recorded.
public EMRStepMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EMRStepMetadata.Builder,EMRStepMetadata>public static EMRStepMetadata.Builder builder()
public static Class<? extends EMRStepMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.