Interface ExecutionStatus.Builder

    • Method Detail

      • completedAt

        ExecutionStatus.Builder completedAt​(Instant completedAt)

        The time when the execution was completed.

        Parameters:
        completedAt - The time when the execution was completed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        ExecutionStatus.Builder createdAt​(Instant createdAt)

        The time when the execution was created.

        Parameters:
        createdAt - The time when the execution was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedAt

        ExecutionStatus.Builder lastUpdatedAt​(Instant lastUpdatedAt)

        The time when the execution was last updated.

        Parameters:
        lastUpdatedAt - The time when the execution was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.