public static interface ClusterTimeline.Builder extends SdkPojo, 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 run steps.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, 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 run steps.
readyDateTime - The date and time when the cluster was ready to run 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 © 2022. All rights reserved.