Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Classes modeling the various types represented by AmazonElasticMapReduce.
|
Modifier and Type | Method and Description |
---|---|
ClusterTimeline |
ClusterStatus.getTimeline()
A timeline that represents the status of a cluster over the lifetime
of the cluster.
|
ClusterTimeline |
ClusterTimeline.withCreationDateTime(Date creationDateTime)
The creation date and time of the cluster.
|
ClusterTimeline |
ClusterTimeline.withEndDateTime(Date endDateTime)
The date and time when the cluster was terminated.
|
ClusterTimeline |
ClusterTimeline.withReadyDateTime(Date readyDateTime)
The date and time when the cluster was ready to execute steps.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterStatus.setTimeline(ClusterTimeline timeline)
A timeline that represents the status of a cluster over the lifetime
of the cluster.
|
ClusterStatus |
ClusterStatus.withTimeline(ClusterTimeline timeline)
A timeline that represents the status of a cluster over the lifetime
of the cluster.
|
Copyright © 2014. All rights reserved.