| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
ComponentsBuilderFactory.awsTranslate()
AWS Translate (camel-aws-translate)
Translate texts using AWS Translate.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder.accessKey(String accessKey)
Amazon AWS Access Key.
|
default AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder.autodetectSourceLanguage(boolean autodetectSourceLanguage)
Being able to autodetect the source language.
|
static AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
AwsTranslateComponentBuilderFactory.awsTranslate()
AWS Translate (camel-aws-translate)
Translate texts using AWS Translate.
|
default AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
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 |
AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder.configuration(org.apache.camel.component.aws.translate.TranslateConfiguration configuration)
The component configuration.
|
default AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder.operation(org.apache.camel.component.aws.translate.TranslateOperations operation)
The operation to perform.
|
default AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder.proxyHost(String proxyHost)
To define a proxy host when instantiating the Translate client.
|
default AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder.proxyPort(Integer proxyPort)
To define a proxy port when instantiating the Translate client.
|
default AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder.proxyProtocol(com.amazonaws.Protocol proxyProtocol)
To define a proxy protocol when instantiating the Translate client.
|
default AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder.region(String region)
The region in which Translate client needs to work.
|
default AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder.secretKey(String secretKey)
Amazon AWS Secret Key.
|
default AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder.sourceLanguage(String sourceLanguage)
Source language to use.
|
default AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder.targetLanguage(String targetLanguage)
Target language to use.
|
default AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder.translateClient(com.amazonaws.services.translate.AmazonTranslate translateClient)
To use a existing configured AWS Translate as client.
|
Apache Camel