Uses of Interface
software.amazon.awssdk.services.sfn.model.InspectionErrorDetails.Builder
Packages that use InspectionErrorDetails.Builder
-
Uses of InspectionErrorDetails.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return InspectionErrorDetails.BuilderModifier and TypeMethodDescriptionInspectionErrorDetails.builder()InspectionErrorDetails.Builder.catchIndex(Integer catchIndex) The array index of the Catch which handled the exception.InspectionErrorDetails.Builder.retryBackoffIntervalSeconds(Integer retryBackoffIntervalSeconds) The duration in seconds of the backoff for a retry on a failed state invocation.InspectionErrorDetails.Builder.retryIndex(Integer retryIndex) The array index of the Retry which handled the exception.InspectionErrorDetails.toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type InspectionErrorDetails.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InspectionErrorDetails.Builder>InspectionErrorDetails.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sfn.model with type arguments of type InspectionErrorDetails.BuilderModifier and TypeMethodDescriptiondefault InspectionData.BuilderInspectionData.Builder.errorDetails(Consumer<InspectionErrorDetails.Builder> errorDetails) An object containing data about a handled exception in the tested state.