public static interface TranslateEndpointBuilderFactory.TranslateEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default TranslateEndpointBuilderFactory.AdvancedTranslateEndpointBuilder |
advanced() |
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
autodetectSourceLanguage(boolean autodetectSourceLanguage)
Being able to autodetect the source language.
|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
autodetectSourceLanguage(String autodetectSourceLanguage)
Being able to autodetect the source language.
|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
autoDiscoverClient(boolean autoDiscoverClient)
Setting the autoDiscoverClient mechanism, if true, the component will
look for a client instance in the registry automatically otherwise it
will skip that checking.
|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
autoDiscoverClient(String autoDiscoverClient)
Setting the autoDiscoverClient mechanism, if true, the component will
look for a client instance in the registry automatically otherwise it
will skip that checking.
|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
operation(String operation)
The operation to perform.
|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
operation(TranslateEndpointBuilderFactory.TranslateOperations operation)
The operation to perform.
|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the Translate client.
|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
proxyPort(Integer proxyPort)
To define a proxy port when instantiating the Translate client.
|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
proxyPort(String proxyPort)
To define a proxy port when instantiating the Translate client.
|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
proxyProtocol(String proxyProtocol)
To define a proxy protocol when instantiating the Translate client.
|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
proxyProtocol(TranslateEndpointBuilderFactory.Protocol proxyProtocol)
To define a proxy protocol when instantiating the Translate client.
|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
region(String region)
The region in which Translate client needs to work.
|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
sourceLanguage(String sourceLanguage)
Source language to use.
|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
targetLanguage(String targetLanguage)
Target language to use.
|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
translateClient(Object translateClient)
To use a existing configured AWS Translate as client.
|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
translateClient(String translateClient)
To use a existing configured AWS Translate as client.
|
default TranslateEndpointBuilderFactory.AdvancedTranslateEndpointBuilder advanced()
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder autoDiscoverClient(boolean autoDiscoverClient)
autoDiscoverClient - the value to setdefault TranslateEndpointBuilderFactory.TranslateEndpointBuilder autoDiscoverClient(String autoDiscoverClient)
autoDiscoverClient - the value to setdefault TranslateEndpointBuilderFactory.TranslateEndpointBuilder accessKey(String accessKey)
accessKey - the value to setdefault TranslateEndpointBuilderFactory.TranslateEndpointBuilder autodetectSourceLanguage(boolean autodetectSourceLanguage)
autodetectSourceLanguage - the value to setdefault TranslateEndpointBuilderFactory.TranslateEndpointBuilder autodetectSourceLanguage(String autodetectSourceLanguage)
autodetectSourceLanguage - the value to setdefault TranslateEndpointBuilderFactory.TranslateEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault TranslateEndpointBuilderFactory.TranslateEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault TranslateEndpointBuilderFactory.TranslateEndpointBuilder operation(TranslateEndpointBuilderFactory.TranslateOperations operation)
operation - the value to setdefault TranslateEndpointBuilderFactory.TranslateEndpointBuilder operation(String operation)
operation - the value to setdefault TranslateEndpointBuilderFactory.TranslateEndpointBuilder proxyHost(String proxyHost)
proxyHost - the value to setdefault TranslateEndpointBuilderFactory.TranslateEndpointBuilder proxyPort(Integer proxyPort)
proxyPort - the value to setdefault TranslateEndpointBuilderFactory.TranslateEndpointBuilder proxyPort(String proxyPort)
proxyPort - the value to setdefault TranslateEndpointBuilderFactory.TranslateEndpointBuilder proxyProtocol(TranslateEndpointBuilderFactory.Protocol proxyProtocol)
proxyProtocol - the value to setdefault TranslateEndpointBuilderFactory.TranslateEndpointBuilder proxyProtocol(String proxyProtocol)
proxyProtocol - the value to setdefault TranslateEndpointBuilderFactory.TranslateEndpointBuilder region(String region)
region - the value to setdefault TranslateEndpointBuilderFactory.TranslateEndpointBuilder secretKey(String secretKey)
secretKey - the value to setdefault TranslateEndpointBuilderFactory.TranslateEndpointBuilder sourceLanguage(String sourceLanguage)
sourceLanguage - the value to setdefault TranslateEndpointBuilderFactory.TranslateEndpointBuilder targetLanguage(String targetLanguage)
targetLanguage - the value to setdefault TranslateEndpointBuilderFactory.TranslateEndpointBuilder translateClient(Object translateClient)
translateClient - the value to setdefault TranslateEndpointBuilderFactory.TranslateEndpointBuilder translateClient(String translateClient)
translateClient - the value to setApache Camel