@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EMRStepMetadata extends Object implements Serializable, Cloneable, StructuredPojo
The configurations and outcomes of an Amazon EMR step execution.
Constructor and Description |
---|
EMRStepMetadata() |
Modifier and Type | Method and Description |
---|---|
EMRStepMetadata |
clone() |
boolean |
equals(Object obj) |
String |
getClusterId()
The identifier of the EMR cluster.
|
String |
getLogFilePath()
The path to the log file where the cluster step's failure root cause is recorded.
|
String |
getStepId()
The identifier of the EMR cluster step.
|
String |
getStepName()
The name of the EMR cluster step.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setClusterId(String clusterId)
The identifier of the EMR cluster.
|
void |
setLogFilePath(String logFilePath)
The path to the log file where the cluster step's failure root cause is recorded.
|
void |
setStepId(String stepId)
The identifier of the EMR cluster step.
|
void |
setStepName(String stepName)
The name of the EMR cluster step.
|
String |
toString()
Returns a string representation of this object.
|
EMRStepMetadata |
withClusterId(String clusterId)
The identifier of the EMR cluster.
|
EMRStepMetadata |
withLogFilePath(String logFilePath)
The path to the log file where the cluster step's failure root cause is recorded.
|
EMRStepMetadata |
withStepId(String stepId)
The identifier of the EMR cluster step.
|
EMRStepMetadata |
withStepName(String stepName)
The name of the EMR cluster step.
|
public void setClusterId(String clusterId)
The identifier of the EMR cluster.
clusterId
- The identifier of the EMR cluster.public String getClusterId()
The identifier of the EMR cluster.
public EMRStepMetadata withClusterId(String clusterId)
The identifier of the EMR cluster.
clusterId
- The identifier of the EMR cluster.public void setStepId(String stepId)
The identifier of the EMR cluster step.
stepId
- The identifier of the EMR cluster step.public String getStepId()
The identifier of the EMR cluster step.
public EMRStepMetadata withStepId(String stepId)
The identifier of the EMR cluster step.
stepId
- The identifier of the EMR cluster step.public void setStepName(String stepName)
The name of the EMR cluster step.
stepName
- The name of the EMR cluster step.public String getStepName()
The name of the EMR cluster step.
public EMRStepMetadata withStepName(String stepName)
The name of the EMR cluster step.
stepName
- The name of the EMR cluster step.public void setLogFilePath(String logFilePath)
The path to the log file where the cluster step's failure root cause is recorded.
logFilePath
- The path to the log file where the cluster step's failure root cause is recorded.public String getLogFilePath()
The path to the log file where the cluster step's failure root cause is recorded.
public EMRStepMetadata withLogFilePath(String logFilePath)
The path to the log file where the cluster step's failure root cause is recorded.
logFilePath
- The path to the log file where the cluster step's failure root cause is recorded.public String toString()
toString
in class Object
Object.toString()
public EMRStepMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.