Class SetSourceSettings.Builder

    • Method Detail

      • getSourceName

        public String getSourceName()
        Source name.
      • setSourceName

        public void setSourceName​(String sourceName)
        Source name.
      • getSourceType

        public Optional<String> getSourceType()
        Type of the specified source. Useful for type-checking to avoid settings a set of settings incompatible with the actual source's type.
      • setSourceType

        public void setSourceType​(String sourceType)
        Type of the specified source. Useful for type-checking to avoid settings a set of settings incompatible with the actual source's type.
      • getSourceSettings

        public Object getSourceSettings()
        Source settings (varies between source types, may require some probing around).
      • setSourceSettings

        public void setSourceSettings​(Object sourceSettings)
        Source settings (varies between source types, may require some probing around).