Builder

algoliasearch.config.ClientOptions.Builder
class Builder()

Builder for ClientOptions.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def withAgentSegment(value: String, version: Option[String]): Builder
def withAgentSegments(agentSegments: Seq[AgentSegment]): Builder
def withConnectTimeout(connectTimeout: Duration): Builder
def withCustomFormats(customFormats: Formats): Builder
def withCustomRequester(customRequester: Requester): Builder
def withDefaultHeaders(defaultHeaders: Map[String, String]): Builder
def withHosts(hosts: Seq[Host]): Builder
def withLogging(logging: Logging): Builder
def withReadTimeout(readTimeout: Duration): Builder
def withRequesterConfig(requesterConfig: Builder => ): Builder
def withWriteTimeout(writeTimeout: Duration): Builder