| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static Translate2EndpointBuilderFactory.Translate2EndpointBuilder |
StaticEndpointBuilders.aws2Translate(String path)
AWS Translate (camel-aws2-translate)
Translate texts using AWS Translate and AWS SDK version 2.x.
|
static Translate2EndpointBuilderFactory.Translate2EndpointBuilder |
StaticEndpointBuilders.aws2Translate(String componentName,
String path)
AWS Translate (camel-aws2-translate)
Translate texts using AWS Translate and AWS SDK version 2.x.
|
| Modifier and Type | Method and Description |
|---|---|
default Translate2EndpointBuilderFactory.Translate2EndpointBuilder |
Translate2EndpointBuilderFactory.Translate2EndpointBuilder.accessKey(String accessKey)
Amazon AWS Access Key.
|
default Translate2EndpointBuilderFactory.Translate2EndpointBuilder |
Translate2EndpointBuilderFactory.Translate2EndpointBuilder.autodetectSourceLanguage(boolean autodetectSourceLanguage)
Being able to autodetect the source language.
|
default Translate2EndpointBuilderFactory.Translate2EndpointBuilder |
Translate2EndpointBuilderFactory.Translate2EndpointBuilder.autodetectSourceLanguage(String autodetectSourceLanguage)
Being able to autodetect the source language.
|
default Translate2EndpointBuilderFactory.Translate2EndpointBuilder |
Translate2EndpointBuilderFactory.Translate2Builders.aws2Translate(String path)
AWS Translate (camel-aws2-translate)
Translate texts using AWS Translate and AWS SDK version 2.x.
|
default Translate2EndpointBuilderFactory.Translate2EndpointBuilder |
Translate2EndpointBuilderFactory.Translate2Builders.aws2Translate(String componentName,
String path)
AWS Translate (camel-aws2-translate)
Translate texts using AWS Translate and AWS SDK version 2.x.
|
static Translate2EndpointBuilderFactory.Translate2EndpointBuilder |
Translate2EndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default Translate2EndpointBuilderFactory.Translate2EndpointBuilder |
Translate2EndpointBuilderFactory.Translate2EndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Translate2EndpointBuilderFactory.Translate2EndpointBuilder |
Translate2EndpointBuilderFactory.Translate2EndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Translate2EndpointBuilderFactory.Translate2EndpointBuilder |
Translate2EndpointBuilderFactory.Translate2EndpointBuilder.operation(String operation)
The operation to perform.
|
default Translate2EndpointBuilderFactory.Translate2EndpointBuilder |
Translate2EndpointBuilderFactory.Translate2EndpointBuilder.operation(Translate2EndpointBuilderFactory.Translate2Operations operation)
The operation to perform.
|
default Translate2EndpointBuilderFactory.Translate2EndpointBuilder |
Translate2EndpointBuilderFactory.Translate2EndpointBuilder.overrideEndpoint(boolean overrideEndpoint)
Set the need for overidding the endpoint.
|
default Translate2EndpointBuilderFactory.Translate2EndpointBuilder |
Translate2EndpointBuilderFactory.Translate2EndpointBuilder.overrideEndpoint(String overrideEndpoint)
Set the need for overidding the endpoint.
|
default Translate2EndpointBuilderFactory.Translate2EndpointBuilder |
Translate2EndpointBuilderFactory.Translate2EndpointBuilder.pojoRequest(boolean pojoRequest)
If we want to use a POJO request as body or not.
|
default Translate2EndpointBuilderFactory.Translate2EndpointBuilder |
Translate2EndpointBuilderFactory.Translate2EndpointBuilder.pojoRequest(String pojoRequest)
If we want to use a POJO request as body or not.
|
default Translate2EndpointBuilderFactory.Translate2EndpointBuilder |
Translate2EndpointBuilderFactory.Translate2EndpointBuilder.proxyHost(String proxyHost)
To define a proxy host when instantiating the Translate client.
|
default Translate2EndpointBuilderFactory.Translate2EndpointBuilder |
Translate2EndpointBuilderFactory.Translate2EndpointBuilder.proxyPort(Integer proxyPort)
To define a proxy port when instantiating the Translate client.
|
default Translate2EndpointBuilderFactory.Translate2EndpointBuilder |
Translate2EndpointBuilderFactory.Translate2EndpointBuilder.proxyPort(String proxyPort)
To define a proxy port when instantiating the Translate client.
|
default Translate2EndpointBuilderFactory.Translate2EndpointBuilder |
Translate2EndpointBuilderFactory.Translate2EndpointBuilder.proxyProtocol(String proxyProtocol)
To define a proxy protocol when instantiating the Translate client.
|
default Translate2EndpointBuilderFactory.Translate2EndpointBuilder |
Translate2EndpointBuilderFactory.Translate2EndpointBuilder.proxyProtocol(Translate2EndpointBuilderFactory.Protocol proxyProtocol)
To define a proxy protocol when instantiating the Translate client.
|
default Translate2EndpointBuilderFactory.Translate2EndpointBuilder |
Translate2EndpointBuilderFactory.Translate2EndpointBuilder.region(String region)
The region in which Translate client needs to work.
|
default Translate2EndpointBuilderFactory.Translate2EndpointBuilder |
Translate2EndpointBuilderFactory.Translate2EndpointBuilder.secretKey(String secretKey)
Amazon AWS Secret Key.
|
default Translate2EndpointBuilderFactory.Translate2EndpointBuilder |
Translate2EndpointBuilderFactory.Translate2EndpointBuilder.sourceLanguage(String sourceLanguage)
Source language to use.
|
default Translate2EndpointBuilderFactory.Translate2EndpointBuilder |
Translate2EndpointBuilderFactory.Translate2EndpointBuilder.targetLanguage(String targetLanguage)
Target language to use.
|
default Translate2EndpointBuilderFactory.Translate2EndpointBuilder |
Translate2EndpointBuilderFactory.Translate2EndpointBuilder.translateClient(Object translateClient)
To use a existing configured AWS Translate as client.
|
default Translate2EndpointBuilderFactory.Translate2EndpointBuilder |
Translate2EndpointBuilderFactory.Translate2EndpointBuilder.translateClient(String translateClient)
To use a existing configured AWS Translate as client.
|
default Translate2EndpointBuilderFactory.Translate2EndpointBuilder |
Translate2EndpointBuilderFactory.Translate2EndpointBuilder.trustAllCertificates(boolean trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
|
default Translate2EndpointBuilderFactory.Translate2EndpointBuilder |
Translate2EndpointBuilderFactory.Translate2EndpointBuilder.trustAllCertificates(String trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
|
default Translate2EndpointBuilderFactory.Translate2EndpointBuilder |
Translate2EndpointBuilderFactory.Translate2EndpointBuilder.uriEndpointOverride(String uriEndpointOverride)
Set the overriding uri endpoint.
|
default Translate2EndpointBuilderFactory.Translate2EndpointBuilder |
Translate2EndpointBuilderFactory.Translate2EndpointBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider)
Set whether the Translate client should expect to load credentials
through a default credentials provider or to expect static
credentials to be passed in.
|
default Translate2EndpointBuilderFactory.Translate2EndpointBuilder |
Translate2EndpointBuilderFactory.Translate2EndpointBuilder.useDefaultCredentialsProvider(String useDefaultCredentialsProvider)
Set whether the Translate client should expect to load credentials
through a default credentials provider or to expect static
credentials to be passed in.
|
Apache Camel