Interface InvokeWithResponseStreamCompleteEvent.Builder

    • Method Detail

      • errorDetails

        InvokeWithResponseStreamCompleteEvent.Builder errorDetails​(String errorDetails)

        The details of any returned error.

        Parameters:
        errorDetails - The details of any returned error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logResult

        InvokeWithResponseStreamCompleteEvent.Builder logResult​(String logResult)

        The last 4 KB of the execution log, which is base64-encoded.

        Parameters:
        logResult - The last 4 KB of the execution log, which is base64-encoded.
        Returns:
        Returns a reference to this object so that method calls can be chained together.