Class Comprehend2EndpointBuilderFactory.Comprehend2HeaderNameBuilder

java.lang.Object
org.apache.camel.builder.endpoint.dsl.Comprehend2EndpointBuilderFactory.Comprehend2HeaderNameBuilder
Enclosing interface:
Comprehend2EndpointBuilderFactory

public static class Comprehend2EndpointBuilderFactory.Comprehend2HeaderNameBuilder extends Object
The builder of headers' name for the AWS Comprehend component.
  • Constructor Details

    • Comprehend2HeaderNameBuilder

      public Comprehend2HeaderNameBuilder()
  • Method Details

    • awsComprehendOperation

      public String awsComprehendOperation()
      The operation we want to perform. The option is a: String type. Group: producer
      Returns:
      the name of the header AwsComprehendOperation.
    • awsComprehendLanguageCode

      public String awsComprehendLanguageCode()
      The language code of the input text. The option is a: String type. Group: producer
      Returns:
      the name of the header AwsComprehendLanguageCode.
    • awsComprehendEndpointArn

      public String awsComprehendEndpointArn()
      The Amazon Resource Name (ARN) of the endpoint to use for document classification. The option is a: String type. Group: producer
      Returns:
      the name of the header AwsComprehendEndpointArn.
    • awsComprehendDetectedLanguage

      public String awsComprehendDetectedLanguage()
      The detected dominant language. The option is a: String type. Group: producer
      Returns:
      the name of the header AwsComprehendDetectedLanguage.
    • awsComprehendDetectedLanguageScore

      public String awsComprehendDetectedLanguageScore()
      The detected dominant language score. The option is a: Float type. Group: producer
      Returns:
      the name of the header AwsComprehendDetectedLanguageScore.
    • awsComprehendDetectedSentiment

      public String awsComprehendDetectedSentiment()
      The detected sentiment. The option is a: String type. Group: producer
      Returns:
      the name of the header AwsComprehendDetectedSentiment.
    • awsComprehendDetectedSentimentScore

      public String awsComprehendDetectedSentimentScore()
      The detected sentiment scores. The option is a: software.amazon.awssdk.services.comprehend.model.SentimentScore type. Group: producer
      Returns:
      the name of the header AwsComprehendDetectedSentimentScore.