Interface ExecutionStatus.Builder

  • Method Details

    • 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.
    • statusCode

      ExecutionStatus.Builder statusCode(String statusCode)

      The code for the status of the execution.

      Parameters:
      statusCode - The code for the status of the execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusCode

      The code for the status of the execution.

      Parameters:
      statusCode - The code for the status of the execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusReason

      ExecutionStatus.Builder statusReason(String statusReason)

      The reason for the failed status.

      Parameters:
      statusReason - The reason for the failed status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusReason

      ExecutionStatus.Builder statusReason(ExecutionStatusReason statusReason)

      The reason for the failed status.

      Parameters:
      statusReason - The reason for the failed status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: