Class PluginSourceDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • pluginName

        public PluginSourceDetails.Builder pluginName​(String pluginName)
        The name of the connector plugin.

        This name indicates the service to be called by the connector plugin. For example, QueueSource indicates the Queue service. To find names of connector plugins, list the plugin using listConnectorPlugins.

        Parameters:
        pluginName - the value to set
        Returns:
        this builder
      • configMap

        public PluginSourceDetails.Builder configMap​(Object configMap)
        The configuration map for the connector plugin.

        This map includes parameters specific to the connector plugin type. For example, for QueueSource, the map lists the OCID of the selected queue. To find the parameters for a connector plugin, get the plugin using getConnectorPlugin and review its schema value.

        Parameters:
        configMap - the value to set
        Returns:
        this builder