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