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.BuilderLambdaFunctionCompletedEventAttributes. builder()LambdaFunctionCompletedEventAttributes.BuilderLambdaFunctionCompletedEventAttributes.Builder. result(String result)The results of the Lambda task.LambdaFunctionCompletedEventAttributes.BuilderLambdaFunctionCompletedEventAttributes.Builder. scheduledEventId(Long scheduledEventId)The ID of theLambdaFunctionScheduledevent that was recorded when this Lambda task was scheduled.LambdaFunctionCompletedEventAttributes.BuilderLambdaFunctionCompletedEventAttributes.Builder. startedEventId(Long startedEventId)The ID of theLambdaFunctionStartedevent recorded when this activity task started.LambdaFunctionCompletedEventAttributes.BuilderLambdaFunctionCompletedEventAttributes. 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.BuilderHistoryEvent.Builder. lambdaFunctionCompletedEventAttributes(Consumer<LambdaFunctionCompletedEventAttributes.Builder> lambdaFunctionCompletedEventAttributes)Provides the details of theLambdaFunctionCompletedevent.
-