Interface InvocationSummary.Builder

  • Method Details

    • createdAt

      InvocationSummary.Builder createdAt(Instant createdAt)

      The timestamp for when the invocation was created.

      Parameters:
      createdAt - The timestamp for when the invocation was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • invocationId

      InvocationSummary.Builder invocationId(String invocationId)

      A unique identifier for the invocation in UUID format.

      Parameters:
      invocationId - A unique identifier for the invocation in UUID format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sessionId

      InvocationSummary.Builder sessionId(String sessionId)

      The unique identifier for the session associated with the invocation.

      Parameters:
      sessionId - The unique identifier for the session associated with the invocation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.