Interface InspectionDataResponse.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InspectionDataResponse.Builder,InspectionDataResponse>,SdkBuilder<InspectionDataResponse.Builder,InspectionDataResponse>,SdkPojo
- Enclosing class:
- InspectionDataResponse
public static interface InspectionDataResponse.Builder extends SdkPojo, CopyableBuilder<InspectionDataResponse.Builder,InspectionDataResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InspectionDataResponse.Builderbody(String body)The HTTP response returned.InspectionDataResponse.Builderheaders(String headers)The response headers associated with the HTTP response.InspectionDataResponse.Builderprotocol(String protocol)The protocol used to return the HTTP response.InspectionDataResponse.BuilderstatusCode(String statusCodeValue)The HTTP response status code for the HTTP response.InspectionDataResponse.BuilderstatusMessage(String statusMessage)The message associated with the HTTP status code.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
protocol
InspectionDataResponse.Builder protocol(String protocol)
The protocol used to return the HTTP response.
- Parameters:
protocol- The protocol used to return the HTTP response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusCode
InspectionDataResponse.Builder statusCode(String statusCodeValue)
The HTTP response status code for the HTTP response.
- Parameters:
statusCodeValue- The HTTP response status code for the HTTP response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusMessage
InspectionDataResponse.Builder statusMessage(String statusMessage)
The message associated with the HTTP status code.
- Parameters:
statusMessage- The message associated with the HTTP status code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
headers
InspectionDataResponse.Builder headers(String headers)
The response headers associated with the HTTP response.
- Parameters:
headers- The response headers associated with the HTTP response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
body
InspectionDataResponse.Builder body(String body)
The HTTP response returned.
- Parameters:
body- The HTTP response returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-