Interface InvokeWithResponseStreamCompleteEvent.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<InvokeWithResponseStreamCompleteEvent.Builder,InvokeWithResponseStreamCompleteEvent>
,SdkBuilder<InvokeWithResponseStreamCompleteEvent.Builder,InvokeWithResponseStreamCompleteEvent>
,SdkPojo
- All Known Subinterfaces:
DefaultInvokeComplete.Builder
- All Known Implementing Classes:
InvokeWithResponseStreamCompleteEvent.BuilderImpl
- Enclosing class:
- InvokeWithResponseStreamCompleteEvent
public static interface InvokeWithResponseStreamCompleteEvent.Builder extends SdkPojo, CopyableBuilder<InvokeWithResponseStreamCompleteEvent.Builder,InvokeWithResponseStreamCompleteEvent>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InvokeWithResponseStreamCompleteEvent.Builder
errorCode(String errorCode)
An error code.InvokeWithResponseStreamCompleteEvent.Builder
errorDetails(String errorDetails)
The details of any returned error.InvokeWithResponseStreamCompleteEvent.Builder
logResult(String logResult)
The last 4 KB of the execution log, which is base64-encoded.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
errorCode
InvokeWithResponseStreamCompleteEvent.Builder errorCode(String 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
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.
-
-