Uses of Interface
software.amazon.awssdk.services.swf.model.ScheduleLambdaFunctionDecisionAttributes.Builder
-
Packages that use ScheduleLambdaFunctionDecisionAttributes.Builder Package Description software.amazon.awssdk.services.swf.model -
-
Uses of ScheduleLambdaFunctionDecisionAttributes.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return ScheduleLambdaFunctionDecisionAttributes.Builder Modifier and Type Method Description static ScheduleLambdaFunctionDecisionAttributes.BuilderScheduleLambdaFunctionDecisionAttributes. builder()ScheduleLambdaFunctionDecisionAttributes.BuilderScheduleLambdaFunctionDecisionAttributes.Builder. control(String control)The data attached to the event that the decider can use in subsequent workflow tasks.ScheduleLambdaFunctionDecisionAttributes.BuilderScheduleLambdaFunctionDecisionAttributes.Builder. id(String id)A string that identifies the Lambda function execution in the event history.ScheduleLambdaFunctionDecisionAttributes.BuilderScheduleLambdaFunctionDecisionAttributes.Builder. input(String input)The optional input data to be supplied to the Lambda function.ScheduleLambdaFunctionDecisionAttributes.BuilderScheduleLambdaFunctionDecisionAttributes.Builder. name(String name)The name, or ARN, of the Lambda function to schedule.ScheduleLambdaFunctionDecisionAttributes.BuilderScheduleLambdaFunctionDecisionAttributes.Builder. startToCloseTimeout(String startToCloseTimeout)The timeout value, in seconds, after which the Lambda function is considered to be failed once it has started.ScheduleLambdaFunctionDecisionAttributes.BuilderScheduleLambdaFunctionDecisionAttributes. toBuilder()Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type ScheduleLambdaFunctionDecisionAttributes.Builder Modifier and Type Method Description static Class<? extends ScheduleLambdaFunctionDecisionAttributes.Builder>ScheduleLambdaFunctionDecisionAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.swf.model with type arguments of type ScheduleLambdaFunctionDecisionAttributes.Builder Modifier and Type Method Description default Decision.BuilderDecision.Builder. scheduleLambdaFunctionDecisionAttributes(Consumer<ScheduleLambdaFunctionDecisionAttributes.Builder> scheduleLambdaFunctionDecisionAttributes)Provides the details of theScheduleLambdaFunctiondecision.
-