public static interface ServicenowComponentBuilderFactory.ServicenowComponentBuilder extends ComponentBuilder<org.apache.camel.component.servicenow.ServiceNowComponent>
build, build, doSetProperty, registerdefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder apiUrl(String apiUrl)
java.lang.String type.
Group: producerdefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder configuration(org.apache.camel.component.servicenow.ServiceNowConfiguration configuration)
org.apache.camel.component.servicenow.ServiceNowConfiguration type.
Group: advanceddefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder instanceName(String instanceName)
java.lang.String type.
Group: advanceddefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder proxyHost(String proxyHost)
java.lang.String type.
Group: advanceddefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder proxyPort(Integer proxyPort)
java.lang.Integer type.
Group: advanceddefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder oauthClientId(String oauthClientId)
java.lang.String type.
Group: securitydefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder oauthClientSecret(String oauthClientSecret)
java.lang.String type.
Group: securitydefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder oauthTokenUrl(String oauthTokenUrl)
java.lang.String type.
Group: securitydefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder password(String password)
java.lang.String type.
Group: securitydefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder proxyPassword(String proxyPassword)
java.lang.String type.
Group: securitydefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder proxyUserName(String proxyUserName)
java.lang.String type.
Group: securitydefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
boolean type.
Default: false
Group: securitydefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder userName(String userName)
java.lang.String type.
Group: securityApache Camel