Uses of Interface
software.amazon.awssdk.services.swf.model.ScheduleLambdaFunctionFailedEventAttributes.Builder
-
Packages that use ScheduleLambdaFunctionFailedEventAttributes.Builder Package Description software.amazon.awssdk.services.swf.model -
-
Uses of ScheduleLambdaFunctionFailedEventAttributes.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return ScheduleLambdaFunctionFailedEventAttributes.Builder Modifier and Type Method Description static ScheduleLambdaFunctionFailedEventAttributes.BuilderScheduleLambdaFunctionFailedEventAttributes. builder()ScheduleLambdaFunctionFailedEventAttributes.BuilderScheduleLambdaFunctionFailedEventAttributes.Builder. cause(String causeValue)The cause of the failure.ScheduleLambdaFunctionFailedEventAttributes.BuilderScheduleLambdaFunctionFailedEventAttributes.Builder. cause(ScheduleLambdaFunctionFailedCause causeValue)The cause of the failure.ScheduleLambdaFunctionFailedEventAttributes.BuilderScheduleLambdaFunctionFailedEventAttributes.Builder. decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)The ID of theLambdaFunctionCompletedevent corresponding to the decision that resulted in scheduling this Lambda task.ScheduleLambdaFunctionFailedEventAttributes.BuilderScheduleLambdaFunctionFailedEventAttributes.Builder. id(String id)The ID provided in theScheduleLambdaFunctiondecision that failed.ScheduleLambdaFunctionFailedEventAttributes.BuilderScheduleLambdaFunctionFailedEventAttributes.Builder. name(String name)The name of the Lambda function.ScheduleLambdaFunctionFailedEventAttributes.BuilderScheduleLambdaFunctionFailedEventAttributes. toBuilder()Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type ScheduleLambdaFunctionFailedEventAttributes.Builder Modifier and Type Method Description static Class<? extends ScheduleLambdaFunctionFailedEventAttributes.Builder>ScheduleLambdaFunctionFailedEventAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.swf.model with type arguments of type ScheduleLambdaFunctionFailedEventAttributes.Builder Modifier and Type Method Description default HistoryEvent.BuilderHistoryEvent.Builder. scheduleLambdaFunctionFailedEventAttributes(Consumer<ScheduleLambdaFunctionFailedEventAttributes.Builder> scheduleLambdaFunctionFailedEventAttributes)Provides the details of theScheduleLambdaFunctionFailedevent.
-