InspectionData.Builder |
InspectionData.Builder.afterArguments(String afterArguments) |
The input after Step Functions applies an Arguments filter.
|
InspectionData.Builder |
InspectionData.Builder.afterInputPath(String afterInputPath) |
The input after Step Functions applies the InputPath filter.
|
InspectionData.Builder |
InspectionData.Builder.afterItemBatcher(String afterItemBatcher) |
The effective input after the ItemBatcher filter is applied in a Map state.
|
InspectionData.Builder |
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 |
InspectionData.Builder.afterItemsPath(String afterItemsPath) |
The effective input after the ItemsPath filter is applied.
|
InspectionData.Builder |
InspectionData.Builder.afterItemsPointer(String afterItemsPointer) |
The effective input after the ItemsPointer filter is applied in a Map state.
|
InspectionData.Builder |
InspectionData.Builder.afterParameters(String afterParameters) |
The effective input after Step Functions applies the Parameters filter.
|
InspectionData.Builder |
InspectionData.Builder.afterResultPath(String afterResultPath) |
The effective result combined with the raw state input after Step Functions applies the ResultPath
filter.
|
InspectionData.Builder |
InspectionData.Builder.afterResultSelector(String afterResultSelector) |
The effective result after Step Functions applies the ResultSelector filter.
|
static InspectionData.Builder |
InspectionData.builder() |
|
default InspectionData.Builder |
InspectionData.Builder.errorDetails(Consumer<InspectionErrorDetails.Builder> errorDetails) |
An object containing data about a handled exception in the tested state.
|
InspectionData.Builder |
InspectionData.Builder.errorDetails(InspectionErrorDetails errorDetails) |
An object containing data about a handled exception in the tested state.
|
InspectionData.Builder |
InspectionData.Builder.input(String input) |
The raw state input.
|
InspectionData.Builder |
InspectionData.Builder.maxConcurrency(Integer maxConcurrency) |
The max concurrency of the Map state.
|
default InspectionData.Builder |
InspectionData.Builder.request(Consumer<InspectionDataRequest.Builder> request) |
The raw HTTP request that is sent when you test an HTTP Task.
|
InspectionData.Builder |
InspectionData.Builder.request(InspectionDataRequest request) |
The raw HTTP request that is sent when you test an HTTP Task.
|
default InspectionData.Builder |
InspectionData.Builder.response(Consumer<InspectionDataResponse.Builder> response) |
The raw HTTP response that is returned when you test an HTTP Task.
|
InspectionData.Builder |
InspectionData.Builder.response(InspectionDataResponse response) |
The raw HTTP response that is returned when you test an HTTP Task.
|
InspectionData.Builder |
InspectionData.Builder.result(String result) |
The state's raw result.
|
InspectionData.Builder |
InspectionData.toBuilder() |
|
InspectionData.Builder |
InspectionData.Builder.toleratedFailureCount(Integer toleratedFailureCount) |
The tolerated failure threshold for a Map state as defined in number of Map state iterations.
|
InspectionData.Builder |
InspectionData.Builder.toleratedFailurePercentage(Float toleratedFailurePercentage) |
The tolerated failure threshold for a Map state as defined in percentage of Map state iterations.
|
InspectionData.Builder |
InspectionData.Builder.variables(String variables) |
JSON string that contains the set of workflow variables after execution of the state.
|