Uses of Interface
software.amazon.awssdk.services.sfn.model.InspectionDataRequest.Builder
-
Packages that use InspectionDataRequest.Builder Package Description software.amazon.awssdk.services.sfn.model -
-
Uses of InspectionDataRequest.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return InspectionDataRequest.Builder Modifier and Type Method Description InspectionDataRequest.BuilderInspectionDataRequest.Builder. body(String body)The request body for the HTTP request.static InspectionDataRequest.BuilderInspectionDataRequest. builder()InspectionDataRequest.BuilderInspectionDataRequest.Builder. headers(String headers)The request headers associated with the HTTP request.InspectionDataRequest.BuilderInspectionDataRequest.Builder. method(String method)The HTTP method used for the HTTP request.InspectionDataRequest.BuilderInspectionDataRequest.Builder. protocol(String protocol)The protocol used to make the HTTP request.InspectionDataRequest.BuilderInspectionDataRequest. toBuilder()InspectionDataRequest.BuilderInspectionDataRequest.Builder. url(String url)The API endpoint used for the HTTP request.Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type InspectionDataRequest.Builder Modifier and Type Method Description static Class<? extends InspectionDataRequest.Builder>InspectionDataRequest. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sfn.model with type arguments of type InspectionDataRequest.Builder Modifier and Type Method Description default InspectionData.BuilderInspectionData.Builder. request(Consumer<InspectionDataRequest.Builder> request)The raw HTTP request that is sent when you test an HTTP Task.
-