Uses of Class
software.amazon.lambda.durable.DurableConfig.Builder
Packages that use DurableConfig.Builder
-
Uses of DurableConfig.Builder in software.amazon.lambda.durable
Methods in software.amazon.lambda.durable that return DurableConfig.BuilderModifier and TypeMethodDescriptionstatic DurableConfig.BuilderDurableConfig.builder()Creates a new builder for DurableConfig.DurableConfig.Builder.withCheckpointDelay(Duration duration) Sets how often the SDK checkpoints updates to backend.DurableConfig.Builder.withDurableExecutionClient(DurableExecutionClient durableExecutionClient) Sets a custom DurableExecutionClient.DurableConfig.Builder.withExecutorService(ExecutorService executorService) Sets a custom ExecutorService for running user-defined operations.DurableConfig.Builder.withLambdaClientBuilder(software.amazon.awssdk.services.lambda.LambdaClientBuilder lambdaClientBuilder) Sets a custom LambdaClient for production use.DurableConfig.Builder.withLoggerConfig(LoggerConfig loggerConfig) Sets a custom LoggerConfig.DurableConfig.Builder.withPollingStrategy(PollingStrategy pollingStrategy) Sets the polling strategy.DurableConfig.Builder.withSerDes(SerDes serDes) Sets a custom SerDes implementation.