public static interface AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder extends ComponentBuilder<org.apache.camel.component.aws.translate.TranslateComponent>
| Modifier and Type | Method and Description |
|---|---|
default AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default 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 |
configuration(org.apache.camel.component.aws.translate.TranslateConfiguration configuration)
The AWS Translate default configuration.
|
default AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
region(String region)
The region in which Translate client needs to work.
|
default AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
build, build, doSetProperty, registerdefault AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder accessKey(String accessKey)
java.lang.String type.
Group: producerdefault AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder region(String region)
java.lang.String type.
Group: producerdefault AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder secretKey(String secretKey)
java.lang.String type.
Group: producerdefault AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault AwsTranslateComponentBuilderFactory.AwsTranslateComponentBuilder configuration(org.apache.camel.component.aws.translate.TranslateConfiguration configuration)
org.apache.camel.component.aws.translate.TranslateConfiguration type.
Group: advancedApache Camel