Class RunInChildContextConfig

java.lang.Object
software.amazon.lambda.durable.config.RunInChildContextConfig

public class RunInChildContextConfig extends Object
Configuration options for RunInChildContext operations in durable executions.

This class provides a builder pattern for configuring various aspects of RunInChildContext execution.

  • Method Details

    • serDes

      public SerDes serDes()
      Returns the custom serializer for this RunInChildContext operation, or null if not specified (uses default SerDes).
    • toBuilder

      public RunInChildContextConfig.Builder toBuilder()
    • builder

      public static RunInChildContextConfig.Builder builder()
      Creates a new builder for RunInChildContextConfig.
      Returns:
      a new Builder instance