Class Configuration.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • discoveryInterval

        public Configuration.Builder discoveryInterval​(Integer discoveryInterval)
        Frequency of domain discovery to be run on the service.

        The unit is in hours.

        Parameters:
        discoveryInterval - the value to set
        Returns:
        this builder
      • domainSearchPaths

        public Configuration.Builder domainSearchPaths​(List<String> domainSearchPaths)
        The whitelisted paths which domain discovery are run against.
        Parameters:
        domainSearchPaths - the value to set
        Returns:
        this builder