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 Details

    • Translate2HeaderNameBuilder

      public Translate2HeaderNameBuilder()
  • Method Details

    • awsTranslateSourceLanguage

      public String awsTranslateSourceLanguage()
      The text source language. The option is a: String type. Group: producer
      Returns:
      the name of the header AwsTranslateSourceLanguage.
    • awsTranslateTargetLanguage

      public String awsTranslateTargetLanguage()
      The text target language. The option is a: String type. 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: String type. Group: producer
      Returns:
      the name of the header AwsTranslateOperation.