Class RunInChildContextConfig
java.lang.Object
software.amazon.lambda.durable.config.RunInChildContextConfig
Configuration options for RunInChildContext operations in durable executions.
This class provides a builder pattern for configuring various aspects of RunInChildContext execution.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for creating StepConfig instances. -
Method Summary
-
Method Details
-
serDes
Returns the custom serializer for this RunInChildContext operation, or null if not specified (uses default SerDes). -
toBuilder
-
builder
Creates a new builder for RunInChildContextConfig.- Returns:
- a new Builder instance
-