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