Interface InspectionDataResponse.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InspectionDataResponse.Builder,
,InspectionDataResponse> SdkBuilder<InspectionDataResponse.Builder,
,InspectionDataResponse> SdkPojo
- Enclosing class:
InspectionDataResponse
@Mutable
@NotThreadSafe
public static interface InspectionDataResponse.Builder
extends SdkPojo, CopyableBuilder<InspectionDataResponse.Builder,InspectionDataResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe HTTP response returned.The response headers associated with the HTTP response.The protocol used to return the HTTP response.statusCode
(String statusCodeValue) The HTTP response status code for the HTTP response.statusMessage
(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 Details
-
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
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
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
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
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.
-