Uses of Class
software.amazon.lambda.durable.config.WaitForCallbackConfig.Builder
Packages that use WaitForCallbackConfig.Builder
-
Uses of WaitForCallbackConfig.Builder in software.amazon.lambda.durable.config
Methods in software.amazon.lambda.durable.config that return WaitForCallbackConfig.BuilderModifier and TypeMethodDescriptionWaitForCallbackConfig.builder()Creates a new builder.WaitForCallbackConfig.Builder.callbackConfig(CallbackConfig callbackConfig) Sets the callback configuration for the composite operation.WaitForCallbackConfig.Builder.stepConfig(StepConfig stepConfig) Sets the step configuration for the composite operation.WaitForCallbackConfig.toBuilder()Creates a builder pre-populated with this instance's values.