Uses of Interface
org.apache.camel.builder.endpoint.dsl.Textract2EndpointBuilderFactory.Textract2EndpointBuilder
Packages that use Textract2EndpointBuilderFactory.Textract2EndpointBuilder
-
Uses of Textract2EndpointBuilderFactory.Textract2EndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return Textract2EndpointBuilderFactory.Textract2EndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.aws2Textract(String path) AWS Textract (camel-aws2-textract) Extract text and data from documents using AWS Textract and AWS SDK version 2.x.StaticEndpointBuilders.aws2Textract(String componentName, String path) AWS Textract (camel-aws2-textract) Extract text and data from documents using AWS Textract and AWS SDK version 2.x. -
Uses of Textract2EndpointBuilderFactory.Textract2EndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return Textract2EndpointBuilderFactory.Textract2EndpointBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.Textract2EndpointBuilderFactory.Textract2Builders.aws2Textract(String path) AWS Textract (camel-aws2-textract) Extract text and data from documents using AWS Textract and AWS SDK version 2.x.Textract2EndpointBuilderFactory.Textract2Builders.aws2Textract(String componentName, String path) AWS Textract (camel-aws2-textract) Extract text and data from documents using AWS Textract and AWS SDK version 2.x.Textract2EndpointBuilderFactory.AdvancedTextract2EndpointBuilder.basic()Textract2EndpointBuilderFactory.endpointBuilder(String componentName, String path) The operation to perform.Textract2EndpointBuilderFactory.Textract2EndpointBuilder.operation(org.apache.camel.component.aws2.textract.Textract2Operations operation) The operation to perform.Textract2EndpointBuilderFactory.Textract2EndpointBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overriding the endpoint.Textract2EndpointBuilderFactory.Textract2EndpointBuilder.overrideEndpoint(String overrideEndpoint) Set the need for overriding the endpoint.Textract2EndpointBuilderFactory.Textract2EndpointBuilder.pojoRequest(boolean pojoRequest) If we want to use a POJO request as body or not.Textract2EndpointBuilderFactory.Textract2EndpointBuilder.pojoRequest(String pojoRequest) If we want to use a POJO request as body or not.Textract2EndpointBuilderFactory.Textract2EndpointBuilder.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.To define a proxy port when instantiating the Textract client.Textract2EndpointBuilderFactory.Textract2EndpointBuilder.proxyProtocol(String proxyProtocol) To define a proxy protocol when instantiating the Textract client.Textract2EndpointBuilderFactory.Textract2EndpointBuilder.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.Textract2EndpointBuilderFactory.Textract2EndpointBuilder.s3ObjectVersion(String s3ObjectVersion) The S3 object version for document location.Amazon AWS Secret Key.Textract2EndpointBuilderFactory.Textract2EndpointBuilder.sessionToken(String sessionToken) Amazon AWS Session Token.Textract2EndpointBuilderFactory.Textract2EndpointBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Textract2EndpointBuilderFactory.Textract2EndpointBuilder.trustAllCertificates(String trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Textract2EndpointBuilderFactory.Textract2EndpointBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.Textract2EndpointBuilderFactory.Textract2EndpointBuilder.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.Textract2EndpointBuilderFactory.Textract2EndpointBuilder.useDefaultCredentialsProvider(String 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.Textract2EndpointBuilderFactory.Textract2EndpointBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the Textract client should expect to load credentials through a profile credentials provider.Textract2EndpointBuilderFactory.Textract2EndpointBuilder.useProfileCredentialsProvider(String useProfileCredentialsProvider) Set whether the Textract client should expect to load credentials through a profile credentials provider.Textract2EndpointBuilderFactory.Textract2EndpointBuilder.useSessionCredentials(boolean useSessionCredentials) Set whether the Textract client should expect to use Session Credentials.Textract2EndpointBuilderFactory.Textract2EndpointBuilder.useSessionCredentials(String useSessionCredentials) Set whether the Textract client should expect to use Session Credentials.