public static interface Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder extends ComponentBuilder<org.apache.camel.component.aws2.translate.Translate2Component>
| Modifier and Type | Method and Description |
|---|---|
default Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder |
autodetectSourceLanguage(boolean autodetectSourceLanguage)
Being able to autodetect the source language.
|
default Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder |
configuration(org.apache.camel.component.aws2.translate.Translate2Configuration configuration)
Component configuration.
|
default Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder |
operation(org.apache.camel.component.aws2.translate.Translate2Operations operation)
The operation to perform.
|
default Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder |
overrideEndpoint(boolean overrideEndpoint)
Set the need for overidding the endpoint.
|
default Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder |
pojoRequest(boolean pojoRequest)
If we want to use a POJO request as body or not.
|
default Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the Translate client.
|
default Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder |
proxyPort(Integer proxyPort)
To define a proxy port when instantiating the Translate client.
|
default Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder |
proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
To define a proxy protocol when instantiating the Translate client.
|
default Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder |
region(String region)
The region in which Translate client needs to work.
|
default Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
default Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder |
sourceLanguage(String sourceLanguage)
Source language to use.
|
default Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder |
targetLanguage(String targetLanguage)
Target language to use.
|
default Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder |
translateClient(software.amazon.awssdk.services.translate.TranslateClient translateClient)
To use a existing configured AWS Translate as client.
|
default Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder |
trustAllCertificates(boolean trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
|
default Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder |
uriEndpointOverride(String uriEndpointOverride)
Set the overriding uri endpoint.
|
default Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder |
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.
|
build, build, doSetProperty, registerdefault Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder autodetectSourceLanguage(boolean autodetectSourceLanguage)
autodetectSourceLanguage - the value to setdefault Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder configuration(org.apache.camel.component.aws2.translate.Translate2Configuration configuration)
configuration - the value to setdefault Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder operation(org.apache.camel.component.aws2.translate.Translate2Operations operation)
operation - the value to setdefault Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder overrideEndpoint(boolean overrideEndpoint)
overrideEndpoint - the value to setdefault Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder pojoRequest(boolean pojoRequest)
pojoRequest - the value to setdefault Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder proxyHost(String proxyHost)
proxyHost - the value to setdefault Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder proxyPort(Integer proxyPort)
proxyPort - the value to setdefault Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
proxyProtocol - the value to setdefault Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder region(String region)
region - the value to setdefault Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder sourceLanguage(String sourceLanguage)
sourceLanguage - the value to setdefault Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder targetLanguage(String targetLanguage)
targetLanguage - the value to setdefault Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder translateClient(software.amazon.awssdk.services.translate.TranslateClient translateClient)
translateClient - the value to setdefault Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder trustAllCertificates(boolean trustAllCertificates)
trustAllCertificates - the value to setdefault Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder uriEndpointOverride(String uriEndpointOverride)
uriEndpointOverride - the value to setdefault Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider)
useDefaultCredentialsProvider - the value to setdefault Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder accessKey(String accessKey)
accessKey - the value to setdefault Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder secretKey(String secretKey)
secretKey - the value to setApache Camel