Uses of Interface
org.apache.camel.builder.endpoint.dsl.Comprehend2EndpointBuilderFactory.Comprehend2EndpointBuilder
Packages that use Comprehend2EndpointBuilderFactory.Comprehend2EndpointBuilder
-
Uses of Comprehend2EndpointBuilderFactory.Comprehend2EndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return Comprehend2EndpointBuilderFactory.Comprehend2EndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.aws2Comprehend(String path) AWS Comprehend (camel-aws2-comprehend) Perform natural language processing using AWS Comprehend and AWS SDK version 2.x.StaticEndpointBuilders.aws2Comprehend(String componentName, String path) AWS Comprehend (camel-aws2-comprehend) Perform natural language processing using AWS Comprehend and AWS SDK version 2.x. -
Uses of Comprehend2EndpointBuilderFactory.Comprehend2EndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return Comprehend2EndpointBuilderFactory.Comprehend2EndpointBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.Comprehend2EndpointBuilderFactory.Comprehend2Builders.aws2Comprehend(String path) AWS Comprehend (camel-aws2-comprehend) Perform natural language processing using AWS Comprehend and AWS SDK version 2.x.Comprehend2EndpointBuilderFactory.Comprehend2Builders.aws2Comprehend(String componentName, String path) AWS Comprehend (camel-aws2-comprehend) Perform natural language processing using AWS Comprehend and AWS SDK version 2.x.Comprehend2EndpointBuilderFactory.AdvancedComprehend2EndpointBuilder.basic()Comprehend2EndpointBuilderFactory.Comprehend2EndpointBuilder.endpointArn(String endpointArn) The Amazon Resource Name (ARN) of the endpoint to use for document classification.Comprehend2EndpointBuilderFactory.endpointBuilder(String componentName, String path) Comprehend2EndpointBuilderFactory.Comprehend2EndpointBuilder.languageCode(String languageCode) The language code of the input text.The operation to perform.Comprehend2EndpointBuilderFactory.Comprehend2EndpointBuilder.operation(org.apache.camel.component.aws2.comprehend.Comprehend2Operations operation) The operation to perform.Comprehend2EndpointBuilderFactory.Comprehend2EndpointBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overriding the endpoint.Comprehend2EndpointBuilderFactory.Comprehend2EndpointBuilder.overrideEndpoint(String overrideEndpoint) Set the need for overriding the endpoint.Comprehend2EndpointBuilderFactory.Comprehend2EndpointBuilder.pojoRequest(boolean pojoRequest) If we want to use a POJO request as body or not.Comprehend2EndpointBuilderFactory.Comprehend2EndpointBuilder.pojoRequest(String pojoRequest) If we want to use a POJO request as body or not.Comprehend2EndpointBuilderFactory.Comprehend2EndpointBuilder.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.To define a proxy port when instantiating the Comprehend client.Comprehend2EndpointBuilderFactory.Comprehend2EndpointBuilder.proxyProtocol(String proxyProtocol) To define a proxy protocol when instantiating the Comprehend client.Comprehend2EndpointBuilderFactory.Comprehend2EndpointBuilder.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.Comprehend2EndpointBuilderFactory.Comprehend2EndpointBuilder.sessionToken(String sessionToken) Amazon AWS Session Token used when the user needs to assume an IAM role.Comprehend2EndpointBuilderFactory.Comprehend2EndpointBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Comprehend2EndpointBuilderFactory.Comprehend2EndpointBuilder.trustAllCertificates(String trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Comprehend2EndpointBuilderFactory.Comprehend2EndpointBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.Comprehend2EndpointBuilderFactory.Comprehend2EndpointBuilder.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.Comprehend2EndpointBuilderFactory.Comprehend2EndpointBuilder.useDefaultCredentialsProvider(String 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.Comprehend2EndpointBuilderFactory.Comprehend2EndpointBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the Comprehend client should expect to load credentials through a profile credentials provider.Comprehend2EndpointBuilderFactory.Comprehend2EndpointBuilder.useProfileCredentialsProvider(String useProfileCredentialsProvider) Set whether the Comprehend client should expect to load credentials through a profile credentials provider.Comprehend2EndpointBuilderFactory.Comprehend2EndpointBuilder.useSessionCredentials(boolean useSessionCredentials) Set whether the Comprehend client should expect to use Session Credentials.Comprehend2EndpointBuilderFactory.Comprehend2EndpointBuilder.useSessionCredentials(String useSessionCredentials) Set whether the Comprehend client should expect to use Session Credentials.