Uses of Interface
org.apache.camel.builder.endpoint.dsl.Translate2EndpointBuilderFactory.Translate2EndpointBuilder
Packages that use Translate2EndpointBuilderFactory.Translate2EndpointBuilder
-
Uses of Translate2EndpointBuilderFactory.Translate2EndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return Translate2EndpointBuilderFactory.Translate2EndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.aws2Translate(String path) AWS Translate (camel-aws2-translate) Translate texts using AWS Translate and AWS SDK version 2.x.StaticEndpointBuilders.aws2Translate(String componentName, String path) AWS Translate (camel-aws2-translate) Translate texts using AWS Translate and AWS SDK version 2.x. -
Uses of Translate2EndpointBuilderFactory.Translate2EndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return Translate2EndpointBuilderFactory.Translate2EndpointBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.Translate2EndpointBuilderFactory.Translate2EndpointBuilder.autodetectSourceLanguage(boolean autodetectSourceLanguage) Being able to autodetect the source language.Translate2EndpointBuilderFactory.Translate2EndpointBuilder.autodetectSourceLanguage(String autodetectSourceLanguage) Being able to autodetect the source language.Translate2EndpointBuilderFactory.Translate2Builders.aws2Translate(String path) AWS Translate (camel-aws2-translate) Translate texts using AWS Translate and AWS SDK version 2.x.Translate2EndpointBuilderFactory.Translate2Builders.aws2Translate(String componentName, String path) AWS Translate (camel-aws2-translate) Translate texts using AWS Translate and AWS SDK version 2.x.Translate2EndpointBuilderFactory.AdvancedTranslate2EndpointBuilder.basic()Translate2EndpointBuilderFactory.endpointBuilder(String componentName, String path) The operation to perform.Translate2EndpointBuilderFactory.Translate2EndpointBuilder.operation(org.apache.camel.component.aws2.translate.Translate2Operations operation) The operation to perform.Translate2EndpointBuilderFactory.Translate2EndpointBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overidding the endpoint.Translate2EndpointBuilderFactory.Translate2EndpointBuilder.overrideEndpoint(String overrideEndpoint) Set the need for overidding the endpoint.Translate2EndpointBuilderFactory.Translate2EndpointBuilder.pojoRequest(boolean pojoRequest) If we want to use a POJO request as body or not.Translate2EndpointBuilderFactory.Translate2EndpointBuilder.pojoRequest(String pojoRequest) If we want to use a POJO request as body or not.Translate2EndpointBuilderFactory.Translate2EndpointBuilder.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.To define a proxy port when instantiating the Translate client.Translate2EndpointBuilderFactory.Translate2EndpointBuilder.proxyProtocol(String proxyProtocol) To define a proxy protocol when instantiating the Translate client.Translate2EndpointBuilderFactory.Translate2EndpointBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the Translate client.The region in which Translate client needs to work.Amazon AWS Secret Key.Translate2EndpointBuilderFactory.Translate2EndpointBuilder.sourceLanguage(String sourceLanguage) Source language to use.Translate2EndpointBuilderFactory.Translate2EndpointBuilder.targetLanguage(String targetLanguage) Target language to use.Translate2EndpointBuilderFactory.Translate2EndpointBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Translate2EndpointBuilderFactory.Translate2EndpointBuilder.trustAllCertificates(String trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Translate2EndpointBuilderFactory.Translate2EndpointBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.Translate2EndpointBuilderFactory.Translate2EndpointBuilder.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.Translate2EndpointBuilderFactory.Translate2EndpointBuilder.useDefaultCredentialsProvider(String 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.Translate2EndpointBuilderFactory.Translate2EndpointBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the Translate client should expect to load credentials through a profile credentials provider.Translate2EndpointBuilderFactory.Translate2EndpointBuilder.useProfileCredentialsProvider(String useProfileCredentialsProvider) Set whether the Translate client should expect to load credentials through a profile credentials provider.