public static interface ClusterTimeline.Builder extends CopyableBuilder<ClusterTimeline.Builder,ClusterTimeline>
| Modifier and Type | Method and Description |
|---|---|
ClusterTimeline.Builder |
creationDateTime(Instant creationDateTime)
The creation date and time of the cluster.
|
ClusterTimeline.Builder |
endDateTime(Instant endDateTime)
The date and time when the cluster was terminated.
|
ClusterTimeline.Builder |
readyDateTime(Instant readyDateTime)
The date and time when the cluster was ready to execute steps.
|
copyapply, buildClusterTimeline.Builder creationDateTime(Instant creationDateTime)
The creation date and time of the cluster.
creationDateTime - The creation date and time of the cluster.ClusterTimeline.Builder readyDateTime(Instant readyDateTime)
The date and time when the cluster was ready to execute steps.
readyDateTime - The date and time when the cluster was ready to execute steps.ClusterTimeline.Builder endDateTime(Instant endDateTime)
The date and time when the cluster was terminated.
endDateTime - The date and time when the cluster was terminated.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.