Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
StepTimeline |
StepTimeline.clone() |
StepTimeline |
StepStatus.getTimeline()
The timeline of the cluster step status over time.
|
StepTimeline |
StepTimeline.withCreationDateTime(Date creationDateTime)
The date and time when the cluster step was created.
|
StepTimeline |
StepTimeline.withEndDateTime(Date endDateTime)
The date and time when the cluster step execution completed or failed.
|
StepTimeline |
StepTimeline.withStartDateTime(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.
|
Copyright © 2020. All rights reserved.