Uses of Class
software.amazon.lambda.durable.config.WaitForConditionConfig.Builder
Packages that use WaitForConditionConfig.Builder
-
Uses of WaitForConditionConfig.Builder in software.amazon.lambda.durable.config
Methods in software.amazon.lambda.durable.config that return WaitForConditionConfig.BuilderModifier and TypeMethodDescriptionstatic <T> WaitForConditionConfig.Builder<T>WaitForConditionConfig.builder()Creates a new builder forWaitForConditionConfig.WaitForConditionConfig.Builder.initialState(T initialState) Sets the initial state for the waitForCondition operation.Sets a custom serializer for the waitForCondition operation.WaitForConditionConfig.toBuilder()Returns a new builder initialized with the values from this config.WaitForConditionConfig.Builder.waitStrategy(WaitForConditionWaitStrategy<T> waitStrategy) Sets the wait strategy for the waitForCondition operation.