Interface InspectionDataRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InspectionDataRequest.Builder,InspectionDataRequest>,SdkBuilder<InspectionDataRequest.Builder,InspectionDataRequest>,SdkPojo
- Enclosing class:
- InspectionDataRequest
public static interface InspectionDataRequest.Builder extends SdkPojo, CopyableBuilder<InspectionDataRequest.Builder,InspectionDataRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InspectionDataRequest.Builderbody(String body)The request body for the HTTP request.InspectionDataRequest.Builderheaders(String headers)The request headers associated with the HTTP request.InspectionDataRequest.Buildermethod(String method)The HTTP method used for the HTTP request.InspectionDataRequest.Builderprotocol(String protocol)The protocol used to make the HTTP request.InspectionDataRequest.Builderurl(String url)The API endpoint used for the HTTP request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
protocol
InspectionDataRequest.Builder protocol(String protocol)
The protocol used to make the HTTP request.
- Parameters:
protocol- The protocol used to make the HTTP request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
method
InspectionDataRequest.Builder method(String method)
The HTTP method used for the HTTP request.
- Parameters:
method- The HTTP method used for the HTTP request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
url
InspectionDataRequest.Builder url(String url)
The API endpoint used for the HTTP request.
- Parameters:
url- The API endpoint used for the HTTP request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
headers
InspectionDataRequest.Builder headers(String headers)
The request headers associated with the HTTP request.
- Parameters:
headers- The request headers associated with the HTTP request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
body
InspectionDataRequest.Builder body(String body)
The request body for the HTTP request.
- Parameters:
body- The request body for the HTTP request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-