Class WaitForCallbackConfig.Builder
java.lang.Object
software.amazon.lambda.durable.config.WaitForCallbackConfig.Builder
- Enclosing class:
- WaitForCallbackConfig
Builder for
WaitForCallbackConfig.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the WaitForCallbackConfig instance.callbackConfig(CallbackConfig callbackConfig) Sets the callback configuration for the composite operation.stepConfig(StepConfig stepConfig) Sets the step configuration for the composite operation.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
stepConfig
Sets the step configuration for the composite operation.- Parameters:
stepConfig- the step configuration- Returns:
- this builder for method chaining
-
callbackConfig
Sets the callback configuration for the composite operation.- Parameters:
callbackConfig- the callback configuration- Returns:
- this builder for method chaining
-
build
Builds the WaitForCallbackConfig instance.
-