Uses of Interface
software.amazon.awssdk.services.swf.model.LambdaFunctionScheduledEventAttributes.Builder
-
Packages that use LambdaFunctionScheduledEventAttributes.Builder Package Description software.amazon.awssdk.services.swf.model -
-
Uses of LambdaFunctionScheduledEventAttributes.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return LambdaFunctionScheduledEventAttributes.Builder Modifier and Type Method Description static LambdaFunctionScheduledEventAttributes.Builder
LambdaFunctionScheduledEventAttributes. builder()
LambdaFunctionScheduledEventAttributes.Builder
LambdaFunctionScheduledEventAttributes.Builder. control(String control)
Data attached to the event that the decider can use in subsequent workflow tasks.LambdaFunctionScheduledEventAttributes.Builder
LambdaFunctionScheduledEventAttributes.Builder. decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of theLambdaFunctionCompleted
event corresponding to the decision that resulted in scheduling this activity task.LambdaFunctionScheduledEventAttributes.Builder
LambdaFunctionScheduledEventAttributes.Builder. id(String id)
The unique ID of the Lambda task.LambdaFunctionScheduledEventAttributes.Builder
LambdaFunctionScheduledEventAttributes.Builder. input(String input)
The input provided to the Lambda task.LambdaFunctionScheduledEventAttributes.Builder
LambdaFunctionScheduledEventAttributes.Builder. name(String name)
The name of the Lambda function.LambdaFunctionScheduledEventAttributes.Builder
LambdaFunctionScheduledEventAttributes.Builder. startToCloseTimeout(String startToCloseTimeout)
The maximum amount of time a worker can take to process the Lambda task.LambdaFunctionScheduledEventAttributes.Builder
LambdaFunctionScheduledEventAttributes. toBuilder()
Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type LambdaFunctionScheduledEventAttributes.Builder Modifier and Type Method Description static Class<? extends LambdaFunctionScheduledEventAttributes.Builder>
LambdaFunctionScheduledEventAttributes. serializableBuilderClass()
Method parameters in software.amazon.awssdk.services.swf.model with type arguments of type LambdaFunctionScheduledEventAttributes.Builder Modifier and Type Method Description default HistoryEvent.Builder
HistoryEvent.Builder. lambdaFunctionScheduledEventAttributes(Consumer<LambdaFunctionScheduledEventAttributes.Builder> lambdaFunctionScheduledEventAttributes)
Provides the details of theLambdaFunctionScheduled
event.
-