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 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

      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.