Provides a builder pattern for constructing IpregistryConfig instances. This class allows for setting the apiKey, baseUrl, and timeout before building the final IpregistryConfig object.
IpregistryConfig
apiKey
baseUrl
timeout
Sets the base URL for the Ipregistry API.
The base URL to use for API requests.
The IpregistryConfigBuilder instance for chaining.
IpregistryConfigBuilder
Provides a builder pattern for constructing
IpregistryConfig
instances. This class allows for setting theapiKey
,baseUrl
, andtimeout
before building the finalIpregistryConfig
object.