Uses of Interface
software.amazon.awssdk.services.sfn.model.LambdaFunctionScheduleFailedEventDetails.Builder
-
Packages that use LambdaFunctionScheduleFailedEventDetails.Builder Package Description software.amazon.awssdk.services.sfn.model -
-
Uses of LambdaFunctionScheduleFailedEventDetails.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return LambdaFunctionScheduleFailedEventDetails.Builder Modifier and Type Method Description static LambdaFunctionScheduleFailedEventDetails.BuilderLambdaFunctionScheduleFailedEventDetails. builder()LambdaFunctionScheduleFailedEventDetails.BuilderLambdaFunctionScheduleFailedEventDetails.Builder. cause(String causeValue)A more detailed explanation of the cause of the failure.LambdaFunctionScheduleFailedEventDetails.BuilderLambdaFunctionScheduleFailedEventDetails.Builder. error(String error)The error code of the failure.LambdaFunctionScheduleFailedEventDetails.BuilderLambdaFunctionScheduleFailedEventDetails. toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type LambdaFunctionScheduleFailedEventDetails.Builder Modifier and Type Method Description static Class<? extends LambdaFunctionScheduleFailedEventDetails.Builder>LambdaFunctionScheduleFailedEventDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sfn.model with type arguments of type LambdaFunctionScheduleFailedEventDetails.Builder Modifier and Type Method Description default HistoryEvent.BuilderHistoryEvent.Builder. lambdaFunctionScheduleFailedEventDetails(Consumer<LambdaFunctionScheduleFailedEventDetails.Builder> lambdaFunctionScheduleFailedEventDetails)Sets the value of the LambdaFunctionScheduleFailedEventDetails property for this object.
-