Interface ClusterTimeline.Builder

    • Method Detail

      • creationDateTime

        ClusterTimeline.Builder creationDateTime​(Instant creationDateTime)

        The creation date and time of the cluster.

        Parameters:
        creationDateTime - The creation date and time of the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • readyDateTime

        ClusterTimeline.Builder readyDateTime​(Instant readyDateTime)

        The date and time when the cluster was ready to run steps.

        Parameters:
        readyDateTime - The date and time when the cluster was ready to run steps.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endDateTime

        ClusterTimeline.Builder endDateTime​(Instant endDateTime)

        The date and time when the cluster was terminated.

        Parameters:
        endDateTime - The date and time when the cluster was terminated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.