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 |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
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 accessKey(String accessKey)
java.lang.String type.
Group: producerdefault AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder autodetectSourceLanguage(boolean autodetectSourceLanguage)
boolean type.
Default: false
Group: producerdefault AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder configuration(org.apache.camel.component.aws.translate.TranslateConfiguration configuration)
org.apache.camel.component.aws.translate.TranslateConfiguration type.
Group: producerdefault AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder operation(org.apache.camel.component.aws.translate.TranslateOperations operation)
org.apache.camel.component.aws.translate.TranslateOperations type.
Default: translateText
Group: producerdefault AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder proxyHost(String proxyHost)
java.lang.String type.
Group: producerdefault AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder proxyPort(Integer proxyPort)
java.lang.Integer type.
Group: producerdefault AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder proxyProtocol(com.amazonaws.Protocol proxyProtocol)
com.amazonaws.Protocol type.
Default: HTTPS
Group: producerdefault AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder region(String region)
java.lang.String type.
Group: producerdefault AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder secretKey(String secretKey)
java.lang.String type.
Group: producerdefault AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder sourceLanguage(String sourceLanguage)
java.lang.String type.
Group: producerdefault AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder targetLanguage(String targetLanguage)
java.lang.String type.
Group: producerdefault AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder translateClient(com.amazonaws.services.translate.AmazonTranslate translateClient)
com.amazonaws.services.translate.AmazonTranslate type.
Group: producerdefault AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advancedApache Camel