Class Ses2Configuration
java.lang.Object
org.apache.camel.component.aws2.ses.Ses2Configuration
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()software.amazon.awssdk.services.ses.SesClientgetBcc()getCc()The configuration set to send with every requestgetFrom()software.amazon.awssdk.core.ProtocolgetTo()booleanbooleanbooleanbooleanvoidsetAccessKey(String accessKey) Amazon AWS Access KeyvoidsetAmazonSESClient(software.amazon.awssdk.services.ses.SesClient amazonSESClient) To use the AmazonSimpleEmailService as the clientvoidList of comma-separated destination blind carbon copy (bcc) email address.voidList of comma-separated destination carbon copy (cc) email address.voidsetConfigurationSet(String configurationSet) Set the configuration set to send with every request.voidThe sender's email address.voidsetOverrideEndpoint(boolean overrideEndpoint) Set the need for overriding the endpoint.voidsetProfileCredentialsName(String profileCredentialsName) If using a profile credentials provider, this parameter will set the profile namevoidsetProxyHost(String proxyHost) To define a proxy host when instantiating the SES clientvoidsetProxyPort(Integer proxyPort) To define a proxy port when instantiating the SES clientvoidsetProxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the SES clientvoidThe region in which SES client needs to work.voidsetReplyToAddresses(String replyToAddresses) List of comma separated reply-to email address(es) for the message, override it using 'CamelAwsSesReplyToAddresses' header.voidsetReturnPath(String returnPath) The email address to which bounce notifications are to be forwarded, override it using 'CamelAwsSesReturnPath' header.voidsetSecretKey(String secretKey) Amazon AWS Secret KeyvoidsetSessionToken(String sessionToken) Amazon AWS Session Token used when the user needs to assume an IAM rolevoidsetSubject(String subject) The subject which is used if the message header 'CamelAwsSesSubject' is not present.voidList of comma separated destination email address.voidsetTrustAllCertificates(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 Ses client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.voidsetUseProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the SES client should expect to load credentials through a profile credentials provider.voidsetUseSessionCredentials(boolean useSessionCredentials) Set whether the SES client should expect to use Session Credentials.
-
Constructor Details
-
Ses2Configuration
public Ses2Configuration()
-
-
Method Details
-
getAccessKey
-
setAccessKey
Amazon AWS Access Key -
getAmazonSESClient
public software.amazon.awssdk.services.ses.SesClient getAmazonSESClient() -
setAmazonSESClient
public void setAmazonSESClient(software.amazon.awssdk.services.ses.SesClient amazonSESClient) To use the AmazonSimpleEmailService as the client -
getFrom
-
setFrom
The sender's email address. -
getTo
-
setTo
List of comma separated destination email address. Can be overridden with 'CamelAwsSesTo' header. -
getCc
-
setCc
List of comma-separated destination carbon copy (cc) email address. Can be overridden with 'CamelAwsSesCc' header. -
getBcc
-
setBcc
List of comma-separated destination blind carbon copy (bcc) email address. Can be overridden with 'CamelAwsSesBcc' header. -
getSecretKey
-
setSecretKey
Amazon AWS Secret Key -
getSessionToken
-
setSessionToken
Amazon AWS Session Token used when the user needs to assume an IAM role -
getSubject
-
setSubject
The subject which is used if the message header 'CamelAwsSesSubject' is not present. -
getReturnPath
-
setReturnPath
The email address to which bounce notifications are to be forwarded, override it using 'CamelAwsSesReturnPath' header. -
getReplyToAddresses
-
setReplyToAddresses
List of comma separated reply-to email address(es) for the message, override it using 'CamelAwsSesReplyToAddresses' header. -
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 SES client -
getProxyHost
-
setProxyHost
To define a proxy host when instantiating the SES client -
getProxyPort
-
setProxyPort
To define a proxy port when instantiating the SES client -
getRegion
-
setRegion
The region in which SES 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() -
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 the uriEndpointOverride option -
getUriEndpointOverride
-
setUriEndpointOverride
Set the overriding uri endpoint. This option needs to be used in combination with overrideEndpoint option -
setUseDefaultCredentialsProvider
Set whether the Ses client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in. -
getConfigurationSet
The configuration set to send with every request -
setConfigurationSet
Set the configuration set to send with every request. Override it with 'CamelAwsSesConfigurationSet' header. -
isUseDefaultCredentialsProvider
-
isUseProfileCredentialsProvider
public boolean isUseProfileCredentialsProvider() -
setUseProfileCredentialsProvider
public void setUseProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the SES client should expect to load credentials through a profile credentials provider. -
isUseSessionCredentials
public boolean isUseSessionCredentials() -
setUseSessionCredentials
public void setUseSessionCredentials(boolean useSessionCredentials) Set whether the SES client should expect to use Session Credentials. This is useful in a situation in which the user needs to assume an IAM role for doing operations in SES. -
getProfileCredentialsName
-
setProfileCredentialsName
If using a profile credentials provider, this parameter will set the profile name -
copy
-