Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model | |
com.amazonaws.services.elasticmapreduce.model.transform |
Modifier and Type | Field and Description |
---|---|
private StepTimeline |
StepStatus.timeline
The timeline of the cluster step status over time.
|
Modifier and Type | Method and Description |
---|---|
StepTimeline |
StepTimeline.clone() |
StepTimeline |
StepStatus.getTimeline()
The timeline of the cluster step status over time.
|
StepTimeline |
StepTimeline.withCreationDateTime(java.util.Date creationDateTime)
The date and time when the cluster step was created.
|
StepTimeline |
StepTimeline.withEndDateTime(java.util.Date endDateTime)
The date and time when the cluster step execution completed or failed.
|
StepTimeline |
StepTimeline.withStartDateTime(java.util.Date startDateTime)
The date and time when the cluster step execution started.
|
Modifier and Type | Method and Description |
---|---|
void |
StepStatus.setTimeline(StepTimeline timeline)
The timeline of the cluster step status over time.
|
StepStatus |
StepStatus.withTimeline(StepTimeline timeline)
The timeline of the cluster step status over time.
|
Modifier and Type | Method and Description |
---|---|
StepTimeline |
StepTimelineJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
StepTimelineJsonMarshaller.marshall(StepTimeline stepTimeline,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|