Uses of Interface
org.apache.camel.builder.component.dsl.Aws2TextractComponentBuilderFactory.Aws2TextractComponentBuilder
Packages that use Aws2TextractComponentBuilderFactory.Aws2TextractComponentBuilder
-
Uses of Aws2TextractComponentBuilderFactory.Aws2TextractComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return Aws2TextractComponentBuilderFactory.Aws2TextractComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.aws2Textract()AWS Textract (camel-aws2-textract) Extract text and data from documents using AWS Textract and AWS SDK version 2.x. -
Uses of Aws2TextractComponentBuilderFactory.Aws2TextractComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement Aws2TextractComponentBuilderFactory.Aws2TextractComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return Aws2TextractComponentBuilderFactory.Aws2TextractComponentBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.Aws2TextractComponentBuilderFactory.Aws2TextractComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.Aws2TextractComponentBuilderFactory.aws2Textract()AWS Textract (camel-aws2-textract) Extract text and data from documents using AWS Textract and AWS SDK version 2.x.Aws2TextractComponentBuilderFactory.Aws2TextractComponentBuilder.configuration(org.apache.camel.component.aws2.textract.Textract2Configuration configuration) Component configuration.Aws2TextractComponentBuilderFactory.Aws2TextractComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.Aws2TextractComponentBuilderFactory.Aws2TextractComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.Aws2TextractComponentBuilderFactory.Aws2TextractComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).Aws2TextractComponentBuilderFactory.Aws2TextractComponentBuilder.operation(org.apache.camel.component.aws2.textract.Textract2Operations operation) The operation to perform.Aws2TextractComponentBuilderFactory.Aws2TextractComponentBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overriding the endpoint.Aws2TextractComponentBuilderFactory.Aws2TextractComponentBuilder.pojoRequest(boolean pojoRequest) If we want to use a POJO request as body or not.Aws2TextractComponentBuilderFactory.Aws2TextractComponentBuilder.profileCredentialsName(String profileCredentialsName) If using a profile credentials provider this parameter will set the profile name.To define a proxy host when instantiating the Textract client.To define a proxy port when instantiating the Textract client.Aws2TextractComponentBuilderFactory.Aws2TextractComponentBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the Textract client.The region in which Textract client needs to work.The S3 bucket name for document location.The S3 object name for document location.Aws2TextractComponentBuilderFactory.Aws2TextractComponentBuilder.s3ObjectVersion(String s3ObjectVersion) The S3 object version for document location.Amazon AWS Secret Key.Aws2TextractComponentBuilderFactory.Aws2TextractComponentBuilder.sessionToken(String sessionToken) Amazon AWS Session Token.Aws2TextractComponentBuilderFactory.Aws2TextractComponentBuilder.textractClient(software.amazon.awssdk.services.textract.TextractClient textractClient) To use an existing configured AWS Textract client.Aws2TextractComponentBuilderFactory.Aws2TextractComponentBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Aws2TextractComponentBuilderFactory.Aws2TextractComponentBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.Aws2TextractComponentBuilderFactory.Aws2TextractComponentBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) Set whether the Textract client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.Aws2TextractComponentBuilderFactory.Aws2TextractComponentBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the Textract client should expect to load credentials through a profile credentials provider.Aws2TextractComponentBuilderFactory.Aws2TextractComponentBuilder.useSessionCredentials(boolean useSessionCredentials) Set whether the Textract client should expect to use Session Credentials.