Class Translate2EndpointBuilderFactory.Translate2HeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.Translate2EndpointBuilderFactory.Translate2HeaderNameBuilder
-
- Enclosing interface:
- Translate2EndpointBuilderFactory
public static class Translate2EndpointBuilderFactory.Translate2HeaderNameBuilder extends Object
The builder of headers' name for the AWS Translate component.
-
-
Constructor Summary
Constructors Constructor Description Translate2HeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringawsTranslateOperation()The operation we want to perform.StringawsTranslateSourceLanguage()The text source language.StringawsTranslateTargetLanguage()The text target language.StringawsTranslateTerminologyNames()The terminologies to use.
-
-
-
Method Detail
-
awsTranslateSourceLanguage
public String awsTranslateSourceLanguage()
The text source language. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsTranslateSourceLanguage.
-
awsTranslateTargetLanguage
public String awsTranslateTargetLanguage()
The text target language. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsTranslateTargetLanguage.
-
awsTranslateTerminologyNames
public String awsTranslateTerminologyNames()
The terminologies to use. The option is a:Collection<String>type. Group: producer- Returns:
- the name of the header
AwsTranslateTerminologyNames.
-
awsTranslateOperation
public String awsTranslateOperation()
The operation we want to perform. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsTranslateOperation.
-
-