Uses of Interface
org.apache.camel.builder.component.dsl.Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder
Packages that use Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder
-
Uses of Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.aws2Translate()AWS Translate (camel-aws2-translate) Translate texts using AWS Translate and AWS SDK version 2.x. -
Uses of Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder.autodetectSourceLanguage(boolean autodetectSourceLanguage) Being able to autodetect the source language.Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.Aws2TranslateComponentBuilderFactory.aws2Translate()AWS Translate (camel-aws2-translate) Translate texts using AWS Translate and AWS SDK version 2.x.Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder.configuration(org.apache.camel.component.aws2.translate.Translate2Configuration configuration) Component configuration.Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder.operation(org.apache.camel.component.aws2.translate.Translate2Operations operation) The operation to perform.Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overriding the endpoint.Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder.pojoRequest(boolean pojoRequest) If we want to use a POJO request as body or not.Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder.profileCredentialsName(String profileCredentialsName) If using a profile credentials provider, this parameter will set the profile name.To define a proxy host when instantiating the Translate client.To define a proxy port when instantiating the Translate client.Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the Translate client.The region in which the Translate client needs to work.Amazon AWS Secret Key.Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder.sessionToken(String sessionToken) Amazon AWS Session Token used when the user needs to assume an IAM role.Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder.sourceLanguage(String sourceLanguage) Source language to use.Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder.targetLanguage(String targetLanguage) Target language to use.Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder.translateClient(software.amazon.awssdk.services.translate.TranslateClient translateClient) To use an existing configured AWS Translate client.Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.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.Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the Translate client should expect to load credentials through a profile credentials provider.Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder.useSessionCredentials(boolean useSessionCredentials) Set whether the Translate client should expect to use Session Credentials.