Interface EventResult.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EventResult.Builder,,EventResult> SdkBuilder<EventResult.Builder,,EventResult> SdkPojo
- Enclosing class:
EventResult
@Mutable
@NotThreadSafe
public static interface EventResult.Builder
extends SdkPojo, CopyableBuilder<EventResult.Builder,EventResult>
-
Method Summary
Modifier and TypeMethodDescriptionThe result payload.Indicates if the error payload was truncated due to size limits.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, sdkFieldNameToField, sdkFields
-
Method Details
-
payload
The result payload.
- Parameters:
payload- The result payload.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
truncated
Indicates if the error payload was truncated due to size limits.
- Parameters:
truncated- Indicates if the error payload was truncated due to size limits.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-