Interface EndpointItemResponse.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EndpointItemResponse.Builder,
,EndpointItemResponse> SdkBuilder<EndpointItemResponse.Builder,
,EndpointItemResponse> SdkPojo
- Enclosing class:
EndpointItemResponse
public static interface EndpointItemResponse.Builder
extends SdkPojo, CopyableBuilder<EndpointItemResponse.Builder,EndpointItemResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe custom message that's returned in the response as a result of processing the endpoint data.statusCode
(Integer statusCode) The status code that's returned in the response as a result of processing the endpoint data.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 Details
-
message
The custom message that's returned in the response as a result of processing the endpoint data.
- Parameters:
message
- The custom message that's returned in the response as a result of processing the endpoint data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusCode
The status code that's returned in the response as a result of processing the endpoint data.
- Parameters:
statusCode
- The status code that's returned in the response as a result of processing the endpoint data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-