public static interface GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder extends ComponentBuilder<org.apache.camel.component.google.sheets.GoogleSheetsComponent>
| Modifier and Type | Method and Description |
|---|---|
default GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder |
accessToken(String accessToken)
OAuth 2 access token.
|
default GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder |
applicationName(String applicationName)
Google Sheets application name.
|
default GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder |
bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder |
clientFactory(org.apache.camel.component.google.sheets.GoogleSheetsClientFactory clientFactory)
To use the GoogleSheetsClientFactory as factory for creating the
client.
|
default GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder |
clientId(String clientId)
Client ID of the sheets application.
|
default GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder |
clientSecret(String clientSecret)
Client secret of the sheets application.
|
default GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder |
configuration(org.apache.camel.component.google.sheets.GoogleSheetsConfiguration configuration)
To use the shared configuration.
|
default GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder |
refreshToken(String refreshToken)
OAuth 2 refresh token.
|
default GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder |
splitResult(boolean splitResult)
When consumer return an array or collection this will generate one
exchange per element, and their routes will be executed once for each
exchange.
|
build, build, doSetProperty, registerdefault GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder applicationName(String applicationName)
applicationName - the value to setdefault GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder clientId(String clientId)
clientId - the value to setdefault GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder configuration(org.apache.camel.component.google.sheets.GoogleSheetsConfiguration configuration)
configuration - the value to setdefault GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder splitResult(boolean splitResult)
splitResult - the value to setdefault GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder clientFactory(org.apache.camel.component.google.sheets.GoogleSheetsClientFactory clientFactory)
clientFactory - the value to setdefault GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder accessToken(String accessToken)
accessToken - the value to setdefault GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder clientSecret(String clientSecret)
clientSecret - the value to setdefault GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder refreshToken(String refreshToken)
refreshToken - the value to setApache Camel