Uses of Interface
software.amazon.awssdk.services.swf.model.LambdaFunctionCompletedEventAttributes.Builder
-
Packages that use LambdaFunctionCompletedEventAttributes.Builder Package Description software.amazon.awssdk.services.swf.model -
-
Uses of LambdaFunctionCompletedEventAttributes.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return LambdaFunctionCompletedEventAttributes.Builder Modifier and Type Method Description static LambdaFunctionCompletedEventAttributes.Builder
LambdaFunctionCompletedEventAttributes. builder()
LambdaFunctionCompletedEventAttributes.Builder
LambdaFunctionCompletedEventAttributes.Builder. result(String result)
The results of the Lambda task.LambdaFunctionCompletedEventAttributes.Builder
LambdaFunctionCompletedEventAttributes.Builder. scheduledEventId(Long scheduledEventId)
The ID of theLambdaFunctionScheduled
event that was recorded when this Lambda task was scheduled.LambdaFunctionCompletedEventAttributes.Builder
LambdaFunctionCompletedEventAttributes.Builder. startedEventId(Long startedEventId)
The ID of theLambdaFunctionStarted
event recorded when this activity task started.LambdaFunctionCompletedEventAttributes.Builder
LambdaFunctionCompletedEventAttributes. toBuilder()
Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type LambdaFunctionCompletedEventAttributes.Builder Modifier and Type Method Description static Class<? extends LambdaFunctionCompletedEventAttributes.Builder>
LambdaFunctionCompletedEventAttributes. serializableBuilderClass()
Method parameters in software.amazon.awssdk.services.swf.model with type arguments of type LambdaFunctionCompletedEventAttributes.Builder Modifier and Type Method Description default HistoryEvent.Builder
HistoryEvent.Builder. lambdaFunctionCompletedEventAttributes(Consumer<LambdaFunctionCompletedEventAttributes.Builder> lambdaFunctionCompletedEventAttributes)
Provides the details of theLambdaFunctionCompleted
event.
-