Interface CreateInvocationResponse.Builder

  • Method Details

    • 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

      CreateInvocationResponse.Builder invocationId(String invocationId)

      The unique identifier for the invocation.

      Parameters:
      invocationId - The unique identifier for the invocation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.