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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EndpointItemResponse.Buildermessage(String message)The custom message that's returned in the response as a result of processing the endpoint data.EndpointItemResponse.BuilderstatusCode(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 Detail
-
message
EndpointItemResponse.Builder message(String 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
EndpointItemResponse.Builder statusCode(Integer 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.
-
-