Interface InvocationStepSummary.Builder

  • Method Details

    • invocationId

      InvocationStepSummary.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.
    • invocationStepId

      InvocationStepSummary.Builder invocationStepId(String invocationStepId)

      The unique identifier (in UUID format) for the invocation step.

      Parameters:
      invocationStepId - The unique identifier (in UUID format) for the invocation step.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • invocationStepTime

      InvocationStepSummary.Builder invocationStepTime(Instant invocationStepTime)

      The timestamp for when the invocation step was created.

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

      InvocationStepSummary.Builder sessionId(String sessionId)

      The unique identifier for the session associated with the invocation step.

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