CopyableBuilder<ClusterTimeline.Builder,ClusterTimeline>
, SdkBuilder<ClusterTimeline.Builder,ClusterTimeline>
public static interface ClusterTimeline.Builder extends CopyableBuilder<ClusterTimeline.Builder,ClusterTimeline>
Modifier and Type | Method | Description |
---|---|---|
ClusterTimeline.Builder |
creationDateTime(Date creationDateTime) |
The creation date and time of the cluster.
|
ClusterTimeline.Builder |
endDateTime(Date endDateTime) |
The date and time when the cluster was terminated.
|
ClusterTimeline.Builder |
readyDateTime(Date readyDateTime) |
The date and time when the cluster was ready to execute steps.
|
copy
apply, build
ClusterTimeline.Builder creationDateTime(Date creationDateTime)
The creation date and time of the cluster.
creationDateTime
- The creation date and time of the cluster.ClusterTimeline.Builder readyDateTime(Date 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(Date 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.