InspectionData.Builder |
InspectionData.Builder.afterInputPath(String afterInputPath) |
The input after Step Functions applies the InputPath filter.
|
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() |
|
InspectionData.Builder |
InspectionData.Builder.input(String input) |
The raw state input.
|
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() |
|