Class Ses2EndpointBuilderFactory.Ses2HeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.Ses2EndpointBuilderFactory.Ses2HeaderNameBuilder
-
- Enclosing interface:
- Ses2EndpointBuilderFactory
public static class Ses2EndpointBuilderFactory.Ses2HeaderNameBuilder extends Object
The builder of headers' name for the AWS Simple Email Service (SES) component.
-
-
Constructor Summary
Constructors Constructor Description Ses2HeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringawsSesBcc()List of comma separated destination blind carbon copy (bcc) email address.StringawsSesCc()List of comma separated destination carbon copy (cc) email address.StringawsSesConfigurationSet()TThe configuration set to send.StringawsSesFrom()The sender's email address.StringawsSesHtmlEmail()The flag to show if email content is HTML.StringawsSesMessageId()The Amazon SES message ID.StringawsSesReplyToAddresses()The reply-to email address(es) for the message.StringawsSesReturnPath()The email address to which bounce notifications are to be forwarded.StringawsSesSubject()The subject of the message.StringawsSesTo()List of comma separated destination email address.
-
-
-
Method Detail
-
awsSesFrom
public String awsSesFrom()
The sender's email address. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsSesFrom.
-
awsSesMessageId
public String awsSesMessageId()
The Amazon SES message ID. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsSesMessageId.
-
awsSesReplyToAddresses
public String awsSesReplyToAddresses()
The reply-to email address(es) for the message. Use comma to separate multiple values. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsSesReplyToAddresses.
-
awsSesReturnPath
public String awsSesReturnPath()
The email address to which bounce notifications are to be forwarded. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsSesReturnPath.
-
awsSesSubject
public String awsSesSubject()
The subject of the message. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsSesSubject.
-
awsSesTo
public String awsSesTo()
List of comma separated destination email address. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsSesTo.
-
awsSesCc
public String awsSesCc()
List of comma separated destination carbon copy (cc) email address. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsSesCc.
-
awsSesBcc
public String awsSesBcc()
List of comma separated destination blind carbon copy (bcc) email address. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsSesBcc.
-
awsSesHtmlEmail
public String awsSesHtmlEmail()
The flag to show if email content is HTML. The option is a:Booleantype. Group: producer- Returns:
- the name of the header
AwsSesHtmlEmail.
-
awsSesConfigurationSet
public String awsSesConfigurationSet()
TThe configuration set to send. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsSesConfigurationSet.
-
-