| 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)
The aws-translate component is used for managing Amazon Translate
Category: cloud,management
Since: 3.0
Maven coordinates: org.apache.camel:camel-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.
|
static AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
AwsTranslateComponentBuilderFactory.awsTranslate()
AWS Translate (camel-aws-translate)
The aws-translate component is used for managing Amazon Translate
Category: cloud,management
Since: 3.0
Maven coordinates: org.apache.camel:camel-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 AWS Translate default 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.region(String region)
The region in which Translate client needs to work.
|
default AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder.secretKey(String secretKey)
Amazon AWS Secret Key.
|
Apache Camel