Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Classes modeling the various types represented by AmazonElasticMapReduce.
|
Modifier and Type | Method and Description |
---|---|
StepExecutionStatusDetail |
StepDetail.getExecutionStatusDetail()
The description of the step status.
|
StepExecutionStatusDetail |
StepExecutionStatusDetail.withCreationDateTime(Date creationDateTime)
The creation date and time of the step.
|
StepExecutionStatusDetail |
StepExecutionStatusDetail.withEndDateTime(Date endDateTime)
The completion date and time of the step.
|
StepExecutionStatusDetail |
StepExecutionStatusDetail.withLastStateChangeReason(String lastStateChangeReason)
A description of the step's current state.
|
StepExecutionStatusDetail |
StepExecutionStatusDetail.withStartDateTime(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(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.
|
Copyright © 2014. All rights reserved.