Interface InvokeWithResponseStreamCompleteEvent.Builder

All Superinterfaces:
Buildable, CopyableBuilder<InvokeWithResponseStreamCompleteEvent.Builder,InvokeWithResponseStreamCompleteEvent>, SdkBuilder<InvokeWithResponseStreamCompleteEvent.Builder,InvokeWithResponseStreamCompleteEvent>, SdkPojo
All Known Subinterfaces:
DefaultInvokeComplete.Builder
Enclosing class:
InvokeWithResponseStreamCompleteEvent

public static interface InvokeWithResponseStreamCompleteEvent.Builder extends SdkPojo, CopyableBuilder<InvokeWithResponseStreamCompleteEvent.Builder,InvokeWithResponseStreamCompleteEvent>
  • Method Details

    • errorCode

      An error code.

      Parameters:
      errorCode - An error code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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

      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.