Package com.oracle.bmc.sch.model
Class PluginSourceDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.sch.model.PluginSourceDetails.Builder
-
- Enclosing class:
- PluginSourceDetails
public static class PluginSourceDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PluginSourceDetails
build()
PluginSourceDetails.Builder
configMap(Object configMap)
The configuration map for the connector plugin.PluginSourceDetails.Builder
copy(PluginSourceDetails model)
PluginSourceDetails.Builder
pluginName(String pluginName)
The name of the connector plugin.
-
-
-
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
-
build
public PluginSourceDetails build()
-
copy
public PluginSourceDetails.Builder copy(PluginSourceDetails model)
-
-