Uses of Interface
software.amazon.awssdk.services.sfn.model.EvaluationFailedEventDetails.Builder
Packages that use EvaluationFailedEventDetails.Builder
-
Uses of EvaluationFailedEventDetails.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return EvaluationFailedEventDetails.BuilderModifier and TypeMethodDescriptionEvaluationFailedEventDetails.builder()A more detailed explanation of the cause of the failure.The error code of the failure.The location of the field in the state in which the evaluation error occurred.The name of the state in which the evaluation error occurred.EvaluationFailedEventDetails.toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type EvaluationFailedEventDetails.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EvaluationFailedEventDetails.Builder>EvaluationFailedEventDetails.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sfn.model with type arguments of type EvaluationFailedEventDetails.BuilderModifier and TypeMethodDescriptiondefault HistoryEvent.BuilderHistoryEvent.Builder.evaluationFailedEventDetails(Consumer<EvaluationFailedEventDetails.Builder> evaluationFailedEventDetails) Contains details about an evaluation failure that occurred while processing a state.