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 Summary
Modifier and TypeMethodDescriptionAn error code.errorDetails(String errorDetails) The details of any returned error.The last 4 KB of the execution log, which is base64-encoded.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
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.
 
 
 -