Class Textract2Configuration
java.lang.Object
org.apache.camel.component.aws2.textract.Textract2Configuration
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()
getLabel()
software.amazon.awssdk.core.Protocol
software.amazon.awssdk.services.textract.TextractClient
boolean
boolean
boolean
boolean
boolean
boolean
void
setAccessKey
(String accessKey) Amazon AWS Access Keyvoid
A logical name to use.void
setOperation
(Textract2Operations operation) The operation to performvoid
setOverrideEndpoint
(boolean overrideEndpoint) Set the need for overriding the endpoint.void
setPojoRequest
(boolean pojoRequest) If we want to use a POJO request as body or notvoid
setProfileCredentialsName
(String profileCredentialsName) If using a profile credentials provider this parameter will set the profile name.void
setProxyHost
(String proxyHost) To define a proxy host when instantiating the Textract clientvoid
setProxyPort
(Integer proxyPort) To define a proxy port when instantiating the Textract clientvoid
setProxyProtocol
(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the Textract clientvoid
The region in which Textract client needs to work.void
setS3Bucket
(String s3Bucket) The S3 bucket name for document locationvoid
setS3Object
(String s3Object) The S3 object name for document locationvoid
setS3ObjectVersion
(String s3ObjectVersion) The S3 object version for document locationvoid
setSecretKey
(String secretKey) Amazon AWS Secret Keyvoid
setSessionToken
(String sessionToken) Amazon AWS Session Tokenvoid
setTextractClient
(software.amazon.awssdk.services.textract.TextractClient textractClient) To use an existing configured AWS Textract clientvoid
setTrustAllCertificates
(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpointvoid
setUriEndpointOverride
(String uriEndpointOverride) Set the overriding uri endpoint.void
setUseDefaultCredentialsProvider
(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.void
setUseProfileCredentialsProvider
(boolean useProfileCredentialsProvider) Set whether the Textract client should expect to load credentials through a profile credentials provider.void
setUseSessionCredentials
(boolean useSessionCredentials) Set whether the Textract client should expect to use Session Credentials.
-
Constructor Details
-
Textract2Configuration
public Textract2Configuration()
-
-
Method Details
-
getTextractClient
public software.amazon.awssdk.services.textract.TextractClient getTextractClient() -
setTextractClient
public void setTextractClient(software.amazon.awssdk.services.textract.TextractClient textractClient) To use an existing configured AWS Textract client -
getAccessKey
-
setAccessKey
Amazon AWS Access Key -
getSecretKey
-
setSecretKey
Amazon AWS Secret Key -
getSessionToken
-
setSessionToken
Amazon AWS Session Token -
getOperation
-
setOperation
The operation to perform -
getProxyProtocol
public software.amazon.awssdk.core.Protocol getProxyProtocol() -
setProxyProtocol
public void setProxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the Textract client -
getProxyHost
-
setProxyHost
To define a proxy host when instantiating the Textract client -
getProxyPort
-
setProxyPort
To define a proxy port when instantiating the Textract client -
getRegion
-
setRegion
The region in which Textract client needs to work. When using this parameter, the configuration will expect the lowercase name of the region (for example ap-east-1) You'll need to use the name Region.EU_WEST_1.id() -
isPojoRequest
public boolean isPojoRequest() -
setPojoRequest
public void setPojoRequest(boolean pojoRequest) If we want to use a POJO request as body or not -
isTrustAllCertificates
public boolean isTrustAllCertificates() -
setTrustAllCertificates
public void setTrustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint -
isOverrideEndpoint
public boolean isOverrideEndpoint() -
setOverrideEndpoint
public void setOverrideEndpoint(boolean overrideEndpoint) Set the need for overriding the endpoint. This option needs to be used in combination with uriEndpointOverride option -
getUriEndpointOverride
-
setUriEndpointOverride
Set the overriding uri endpoint. This option needs to be used in combination with overrideEndpoint option -
isUseDefaultCredentialsProvider
public boolean isUseDefaultCredentialsProvider() -
setUseDefaultCredentialsProvider
public void setUseDefaultCredentialsProvider(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. -
isUseProfileCredentialsProvider
public boolean isUseProfileCredentialsProvider() -
setUseProfileCredentialsProvider
public void setUseProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the Textract client should expect to load credentials through a profile credentials provider. -
isUseSessionCredentials
public boolean isUseSessionCredentials() -
setUseSessionCredentials
public void setUseSessionCredentials(boolean useSessionCredentials) Set whether the Textract client should expect to use Session Credentials. This is useful in situation in which the user needs to assume a IAM role for doing operations in Textract. -
getProfileCredentialsName
-
setProfileCredentialsName
If using a profile credentials provider this parameter will set the profile name. -
getLabel
-
setLabel
A logical name to use. -
getS3Bucket
-
setS3Bucket
The S3 bucket name for document location -
getS3Object
-
setS3Object
The S3 object name for document location -
getS3ObjectVersion
-
setS3ObjectVersion
The S3 object version for document location -
copy
-