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.
|
default AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder.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 AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
static AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
AwsTranslateComponentBuilderFactory.awsTranslate() |
AWS Translate (camel-aws-translate)
Translate texts using AWS Translate.
|
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.
|