| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
StaticEndpointBuilders.awsTranslate(String path)
AWS Translate (camel-aws-translate)
Translate texts using AWS Translate.
|
static TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
StaticEndpointBuilders.awsTranslate(String componentName,
String path)
AWS Translate (camel-aws-translate)
Translate texts using AWS Translate.
|
| Modifier and Type | Method and Description |
|---|---|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
TranslateEndpointBuilderFactory.TranslateEndpointBuilder.accessKey(String accessKey)
Amazon AWS Access Key.
|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
TranslateEndpointBuilderFactory.TranslateEndpointBuilder.autodetectSourceLanguage(boolean autodetectSourceLanguage)
Being able to autodetect the source language.
|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
TranslateEndpointBuilderFactory.TranslateEndpointBuilder.autodetectSourceLanguage(String autodetectSourceLanguage)
Being able to autodetect the source language.
|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
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 |
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 |
TranslateEndpointBuilderFactory.TranslateBuilders.awsTranslate(String path)
AWS Translate (camel-aws-translate)
Translate texts using AWS Translate.
|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
TranslateEndpointBuilderFactory.TranslateBuilders.awsTranslate(String componentName,
String path)
AWS Translate (camel-aws-translate)
Translate texts using AWS Translate.
|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
TranslateEndpointBuilderFactory.AdvancedTranslateEndpointBuilder.basic() |
static TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
TranslateEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
TranslateEndpointBuilderFactory.TranslateEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
TranslateEndpointBuilderFactory.TranslateEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
TranslateEndpointBuilderFactory.TranslateEndpointBuilder.operation(String operation)
The operation to perform.
|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
TranslateEndpointBuilderFactory.TranslateEndpointBuilder.operation(TranslateEndpointBuilderFactory.TranslateOperations operation)
The operation to perform.
|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
TranslateEndpointBuilderFactory.TranslateEndpointBuilder.proxyHost(String proxyHost)
To define a proxy host when instantiating the Translate client.
|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
TranslateEndpointBuilderFactory.TranslateEndpointBuilder.proxyPort(Integer proxyPort)
To define a proxy port when instantiating the Translate client.
|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
TranslateEndpointBuilderFactory.TranslateEndpointBuilder.proxyPort(String proxyPort)
To define a proxy port when instantiating the Translate client.
|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
TranslateEndpointBuilderFactory.TranslateEndpointBuilder.proxyProtocol(String proxyProtocol)
To define a proxy protocol when instantiating the Translate client.
|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
TranslateEndpointBuilderFactory.TranslateEndpointBuilder.proxyProtocol(TranslateEndpointBuilderFactory.Protocol proxyProtocol)
To define a proxy protocol when instantiating the Translate client.
|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
TranslateEndpointBuilderFactory.TranslateEndpointBuilder.region(String region)
The region in which Translate client needs to work.
|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
TranslateEndpointBuilderFactory.TranslateEndpointBuilder.secretKey(String secretKey)
Amazon AWS Secret Key.
|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
TranslateEndpointBuilderFactory.TranslateEndpointBuilder.sourceLanguage(String sourceLanguage)
Source language to use.
|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
TranslateEndpointBuilderFactory.TranslateEndpointBuilder.targetLanguage(String targetLanguage)
Target language to use.
|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
TranslateEndpointBuilderFactory.TranslateEndpointBuilder.translateClient(Object translateClient)
To use a existing configured AWS Translate as client.
|
default TranslateEndpointBuilderFactory.TranslateEndpointBuilder |
TranslateEndpointBuilderFactory.TranslateEndpointBuilder.translateClient(String translateClient)
To use a existing configured AWS Translate as client.
|
Apache Camel