Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model | |
com.amazonaws.services.elasticmapreduce.model.transform |
Modifier and Type | Field and Description |
---|---|
private StepExecutionStatusDetail |
StepDetail.executionStatusDetail
The description of the step status.
|
Modifier and Type | Method and Description |
---|---|
StepExecutionStatusDetail |
StepExecutionStatusDetail.clone() |
StepExecutionStatusDetail |
StepDetail.getExecutionStatusDetail()
The description of the step status.
|
StepExecutionStatusDetail |
StepExecutionStatusDetail.withCreationDateTime(java.util.Date creationDateTime)
The creation date and time of the step.
|
StepExecutionStatusDetail |
StepExecutionStatusDetail.withEndDateTime(java.util.Date endDateTime)
The completion date and time of the step.
|
StepExecutionStatusDetail |
StepExecutionStatusDetail.withLastStateChangeReason(java.lang.String lastStateChangeReason)
A description of the step's current state.
|
StepExecutionStatusDetail |
StepExecutionStatusDetail.withStartDateTime(java.util.Date startDateTime)
The start date and time of the step.
|
StepExecutionStatusDetail |
StepExecutionStatusDetail.withState(StepExecutionState state)
The state of the job flow step.
|
StepExecutionStatusDetail |
StepExecutionStatusDetail.withState(java.lang.String state)
The state of the job flow step.
|
Modifier and Type | Method and Description |
---|---|
void |
StepDetail.setExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail)
The description of the step status.
|
StepDetail |
StepDetail.withExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail)
The description of the step status.
|
Constructor and Description |
---|
StepDetail(StepConfig stepConfig,
StepExecutionStatusDetail executionStatusDetail)
Constructs a new StepDetail object.
|
Modifier and Type | Method and Description |
---|---|
StepExecutionStatusDetail |
StepExecutionStatusDetailJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
StepExecutionStatusDetailJsonMarshaller.marshall(StepExecutionStatusDetail stepExecutionStatusDetail,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|