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