Interface ContextOptions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ContextOptions.Builder,,ContextOptions> SdkBuilder<ContextOptions.Builder,,ContextOptions> SdkPojo
- Enclosing class:
ContextOptions
@Mutable
@NotThreadSafe
public static interface ContextOptions.Builder
extends SdkPojo, CopyableBuilder<ContextOptions.Builder,ContextOptions>
-
Method Summary
Modifier and TypeMethodDescriptionreplayChildren(Boolean replayChildren) Whether the state data of children of the completed context should be included in the invoke payload andGetDurableExecutionStateresponse.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
-
replayChildren
Whether the state data of children of the completed context should be included in the invoke payload and
GetDurableExecutionStateresponse.- Parameters:
replayChildren- Whether the state data of children of the completed context should be included in the invoke payload andGetDurableExecutionStateresponse.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-