Interface Endpoint.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()default Endpoint.BuilderendpointUrl(EndpointUrl endpointUrl) Sets the endpoint URL from anEndpointUrldirectly.<T> Endpoint.BuilderputAttribute(EndpointAttributeKey<T> key, T value) Deprecated.
-
Method Details
-
url
Deprecated.UseendpointUrl(EndpointUrl)instead.Sets the endpoint URL from aURI. Internally converts to anEndpointUrlviaEndpointUrl.fromUri(URI). -
endpointUrl
Sets the endpoint URL from anEndpointUrldirectly. This is the preferred path for code that already has anEndpointUrl(e.g., generated endpoint providers). -
putHeader
-
putAttribute
-
build
Endpoint build()
-
endpointUrl(EndpointUrl)instead.