public static interface AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder extends ComponentBuilder<org.apache.camel.component.aws.translate.TranslateComponent>
| Modifier and Type | Method and Description |
|---|---|
default AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
autodetectSourceLanguage(boolean autodetectSourceLanguage)
Being able to autodetect the source language.
|
default AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
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 AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
configuration(org.apache.camel.component.aws.translate.TranslateConfiguration configuration)
The component configuration.
|
default AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
operation(org.apache.camel.component.aws.translate.TranslateOperations operation)
The operation to perform.
|
default AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the Translate client.
|
default AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
proxyPort(Integer proxyPort)
To define a proxy port when instantiating the Translate client.
|
default AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
proxyProtocol(com.amazonaws.Protocol proxyProtocol)
To define a proxy protocol when instantiating the Translate client.
|
default AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
region(String region)
The region in which Translate client needs to work.
|
default AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
default AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
sourceLanguage(String sourceLanguage)
Source language to use.
|
default AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
targetLanguage(String targetLanguage)
Target language to use.
|
default AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
translateClient(com.amazonaws.services.translate.AmazonTranslate translateClient)
To use a existing configured AWS Translate as client.
|
build, build, doSetProperty, registerdefault AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder autoDiscoverClient(boolean autoDiscoverClient)
autoDiscoverClient - the value to setdefault AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder accessKey(String accessKey)
accessKey - the value to setdefault AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder autodetectSourceLanguage(boolean autodetectSourceLanguage)
autodetectSourceLanguage - the value to setdefault AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder configuration(org.apache.camel.component.aws.translate.TranslateConfiguration configuration)
configuration - the value to setdefault AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder operation(org.apache.camel.component.aws.translate.TranslateOperations operation)
operation - the value to setdefault AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder proxyHost(String proxyHost)
proxyHost - the value to setdefault AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder proxyPort(Integer proxyPort)
proxyPort - the value to setdefault AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder proxyProtocol(com.amazonaws.Protocol proxyProtocol)
proxyProtocol - the value to setdefault AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder region(String region)
region - the value to setdefault AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder secretKey(String secretKey)
secretKey - the value to setdefault AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder sourceLanguage(String sourceLanguage)
sourceLanguage - the value to setdefault AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder targetLanguage(String targetLanguage)
targetLanguage - the value to setdefault AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder translateClient(com.amazonaws.services.translate.AmazonTranslate translateClient)
translateClient - the value to setdefault AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setApache Camel