Class URLConfigSourceBuilder

    • Method Detail

      • builder

        public static URLConfigSourceBuilder builder()
        Static function to create the builder.
        Returns:
        the builder
      • getSourceURL

        public java.lang.String getSourceURL()
        Get the URL to find the config source at.
        Returns:
        the URL to find the config source at.
      • setSourceURL

        public URLConfigSourceBuilder setSourceURL​(java.lang.String sourceURL)
        Set the URL to find the config source at.
        Parameters:
        sourceURL - the URL to find the config source at.
        Returns:
        the builder