Class Translate2Configuration
java.lang.Object
org.apache.camel.component.aws2.translate.Translate2Configuration
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()software.amazon.awssdk.core.Protocolsoftware.amazon.awssdk.services.translate.TranslateClientbooleanbooleanbooleanbooleanvoidsetAccessKey(String accessKey) Amazon AWS Access KeyvoidsetAutodetectSourceLanguage(boolean autodetectSourceLanguage) Being able to autodetect the source languagevoidsetOperation(Translate2Operations operation) The operation to performvoidsetOverrideEndpoint(boolean overrideEndpoint) Set the need for overidding the endpoint.voidsetPojoRequest(boolean pojoRequest) If we want to use a POJO request as body or notvoidsetProxyHost(String proxyHost) To define a proxy host when instantiating the Translate clientvoidsetProxyPort(Integer proxyPort) To define a proxy port when instantiating the Translate clientvoidsetProxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the Translate clientvoidThe region in which Translate client needs to work.voidsetSecretKey(String secretKey) Amazon AWS Secret KeyvoidsetSourceLanguage(String sourceLanguage) Source language to usevoidsetTargetLanguage(String targetLanguage) Target language to usevoidsetTranslateClient(software.amazon.awssdk.services.translate.TranslateClient translateClient) To use a existing configured AWS Translate as clientvoidsetTrustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpointvoidsetUriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.voidsetUseDefaultCredentialsProvider(Boolean useDefaultCredentialsProvider) Set whether the Translate client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.
-
Constructor Details
-
Translate2Configuration
public Translate2Configuration()
-
-
Method Details
-
getTranslateClient
public software.amazon.awssdk.services.translate.TranslateClient getTranslateClient() -
setTranslateClient
public void setTranslateClient(software.amazon.awssdk.services.translate.TranslateClient translateClient) To use a existing configured AWS Translate as client -
getAccessKey
-
setAccessKey
Amazon AWS Access Key -
getSecretKey
-
setSecretKey
Amazon AWS Secret Key -
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 Translate client -
getProxyHost
-
setProxyHost
To define a proxy host when instantiating the Translate client -
getProxyPort
-
setProxyPort
To define a proxy port when instantiating the Translate client -
getRegion
-
setRegion
The region in which Translate 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() -
isAutodetectSourceLanguage
public boolean isAutodetectSourceLanguage() -
setAutodetectSourceLanguage
public void setAutodetectSourceLanguage(boolean autodetectSourceLanguage) Being able to autodetect the source language -
getSourceLanguage
-
setSourceLanguage
Source language to use -
getTargetLanguage
-
setTargetLanguage
Target language to use -
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 overidding 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 -
setUseDefaultCredentialsProvider
Set whether the Translate client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in. -
isUseDefaultCredentialsProvider
-
copy
-