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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContextOptions.BuilderreplayChildren(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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
replayChildren
ContextOptions.Builder replayChildren(Boolean 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.
-
-