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, sdkFields
copy
applyMutation, build
ClusterTimeline.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 © 2023. All rights reserved.