Uses of Interface
org.apache.camel.builder.component.dsl.Aws2ComprehendComponentBuilderFactory.Aws2ComprehendComponentBuilder
Packages that use Aws2ComprehendComponentBuilderFactory.Aws2ComprehendComponentBuilder
-
Uses of Aws2ComprehendComponentBuilderFactory.Aws2ComprehendComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return Aws2ComprehendComponentBuilderFactory.Aws2ComprehendComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.aws2Comprehend()AWS Comprehend (camel-aws2-comprehend) Perform natural language processing using AWS Comprehend and AWS SDK version 2.x. -
Uses of Aws2ComprehendComponentBuilderFactory.Aws2ComprehendComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement Aws2ComprehendComponentBuilderFactory.Aws2ComprehendComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return Aws2ComprehendComponentBuilderFactory.Aws2ComprehendComponentBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.Aws2ComprehendComponentBuilderFactory.Aws2ComprehendComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.Aws2ComprehendComponentBuilderFactory.aws2Comprehend()AWS Comprehend (camel-aws2-comprehend) Perform natural language processing using AWS Comprehend and AWS SDK version 2.x.Aws2ComprehendComponentBuilderFactory.Aws2ComprehendComponentBuilder.comprehendClient(software.amazon.awssdk.services.comprehend.ComprehendClient comprehendClient) To use an existing configured AWS Comprehend client.Aws2ComprehendComponentBuilderFactory.Aws2ComprehendComponentBuilder.configuration(org.apache.camel.component.aws2.comprehend.Comprehend2Configuration configuration) Component configuration.Aws2ComprehendComponentBuilderFactory.Aws2ComprehendComponentBuilder.endpointArn(String endpointArn) The Amazon Resource Name (ARN) of the endpoint to use for document classification.Aws2ComprehendComponentBuilderFactory.Aws2ComprehendComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.Aws2ComprehendComponentBuilderFactory.Aws2ComprehendComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.Aws2ComprehendComponentBuilderFactory.Aws2ComprehendComponentBuilder.languageCode(String languageCode) The language code of the input text.Aws2ComprehendComponentBuilderFactory.Aws2ComprehendComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).Aws2ComprehendComponentBuilderFactory.Aws2ComprehendComponentBuilder.operation(org.apache.camel.component.aws2.comprehend.Comprehend2Operations operation) The operation to perform.Aws2ComprehendComponentBuilderFactory.Aws2ComprehendComponentBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overriding the endpoint.Aws2ComprehendComponentBuilderFactory.Aws2ComprehendComponentBuilder.pojoRequest(boolean pojoRequest) If we want to use a POJO request as body or not.Aws2ComprehendComponentBuilderFactory.Aws2ComprehendComponentBuilder.profileCredentialsName(String profileCredentialsName) If using a profile credentials provider, this parameter will set the profile name.To define a proxy host when instantiating the Comprehend client.To define a proxy port when instantiating the Comprehend client.Aws2ComprehendComponentBuilderFactory.Aws2ComprehendComponentBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the Comprehend client.The region in which the Comprehend client needs to work.Amazon AWS Secret Key.Aws2ComprehendComponentBuilderFactory.Aws2ComprehendComponentBuilder.sessionToken(String sessionToken) Amazon AWS Session Token used when the user needs to assume an IAM role.Aws2ComprehendComponentBuilderFactory.Aws2ComprehendComponentBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Aws2ComprehendComponentBuilderFactory.Aws2ComprehendComponentBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.Aws2ComprehendComponentBuilderFactory.Aws2ComprehendComponentBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) Set whether the Comprehend client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.Aws2ComprehendComponentBuilderFactory.Aws2ComprehendComponentBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the Comprehend client should expect to load credentials through a profile credentials provider.Aws2ComprehendComponentBuilderFactory.Aws2ComprehendComponentBuilder.useSessionCredentials(boolean useSessionCredentials) Set whether the Comprehend client should expect to use Session Credentials.