Interface ExecutionRecord.Builder

  • Method Details

    • observationId

      ExecutionRecord.Builder observationId(String observationId)

      The identifier of the execution record.

      Parameters:
      observationId - The identifier of the execution record.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the action execution.

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

      The status of the action execution.

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

      ExecutionRecord.Builder timestamp(Instant timestamp)

      The timestamp when the action was executed.

      Parameters:
      timestamp - The timestamp when the action was executed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • record

      The details of the executed record.

      Parameters:
      record - The details of the executed record.
      Returns:
      Returns a reference to this object so that method calls can be chained together.