Interface NextStepsHistory.Builder

    • Method Detail

      • time

        NextStepsHistory.Builder time​(Instant time)

        Indicates the step execution time.

        Parameters:
        time - Indicates the step execution time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        NextStepsHistory.Builder value​(String value)

        Indicates the step's execution details.

        Parameters:
        value - Indicates the step's execution details.
        Returns:
        Returns a reference to this object so that method calls can be chained together.