Interface StepTimeline.Builder

    • Method Detail

      • creationDateTime

        StepTimeline.Builder creationDateTime​(Instant creationDateTime)

        The date and time when the cluster step was created.

        Parameters:
        creationDateTime - The date and time when the cluster step was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startDateTime

        StepTimeline.Builder startDateTime​(Instant startDateTime)

        The date and time when the cluster step execution started.

        Parameters:
        startDateTime - The date and time when the cluster step execution started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endDateTime

        StepTimeline.Builder endDateTime​(Instant endDateTime)

        The date and time when the cluster step execution completed or failed.

        Parameters:
        endDateTime - The date and time when the cluster step execution completed or failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.