Uses of Interface
software.amazon.awssdk.services.sfn.model.InspectionData.Builder
Packages that use InspectionData.Builder
-
Uses of InspectionData.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return InspectionData.BuilderModifier and TypeMethodDescriptionInspectionData.Builder.afterArguments(String afterArguments) The input after Step Functions applies an Arguments filter.InspectionData.Builder.afterInputPath(String afterInputPath) The input after Step Functions applies the InputPath filter.InspectionData.Builder.afterItemBatcher(String afterItemBatcher) The effective input after the ItemBatcher filter is applied in a Map state.InspectionData.Builder.afterItemSelector(String afterItemSelector) An array containing the inputs for each Map iteration, transformed by the ItemSelector specified in a Map state.InspectionData.Builder.afterItemsPath(String afterItemsPath) The effective input after the ItemsPath filter is applied.InspectionData.Builder.afterItemsPointer(String afterItemsPointer) The effective input after the ItemsPointer filter is applied in a Map state.InspectionData.Builder.afterParameters(String afterParameters) The effective input after Step Functions applies the Parameters filter.InspectionData.Builder.afterResultPath(String afterResultPath) The effective result combined with the raw state input after Step Functions applies the ResultPath filter.InspectionData.Builder.afterResultSelector(String afterResultSelector) The effective result after Step Functions applies the ResultSelector filter.static InspectionData.BuilderInspectionData.builder()default InspectionData.BuilderInspectionData.Builder.errorDetails(Consumer<InspectionErrorDetails.Builder> errorDetails) An object containing data about a handled exception in the tested state.InspectionData.Builder.errorDetails(InspectionErrorDetails errorDetails) An object containing data about a handled exception in the tested state.The raw state input.InspectionData.Builder.maxConcurrency(Integer maxConcurrency) The max concurrency of the Map state.default InspectionData.BuilderInspectionData.Builder.request(Consumer<InspectionDataRequest.Builder> request) The raw HTTP request that is sent when you test an HTTP Task.InspectionData.Builder.request(InspectionDataRequest request) The raw HTTP request that is sent when you test an HTTP Task.default InspectionData.BuilderInspectionData.Builder.response(Consumer<InspectionDataResponse.Builder> response) The raw HTTP response that is returned when you test an HTTP Task.InspectionData.Builder.response(InspectionDataResponse response) The raw HTTP response that is returned when you test an HTTP Task.The state's raw result.InspectionData.toBuilder()InspectionData.Builder.toleratedFailureCount(Integer toleratedFailureCount) The tolerated failure threshold for a Map state as defined in number of Map state iterations.InspectionData.Builder.toleratedFailurePercentage(Float toleratedFailurePercentage) The tolerated failure threshold for a Map state as defined in percentage of Map state iterations.JSON string that contains the set of workflow variables after execution of the state.Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type InspectionData.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InspectionData.Builder>InspectionData.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sfn.model with type arguments of type InspectionData.BuilderModifier and TypeMethodDescriptiondefault TestStateResponse.BuilderTestStateResponse.Builder.inspectionData(Consumer<InspectionData.Builder> inspectionData) Returns additional details about the state's execution, including its input and output data processing flow, and HTTP request and response information.