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 Details

    • Ses2HeaderNameBuilder

      public Ses2HeaderNameBuilder()
  • Method Details

    • awsSesFrom

      public String awsSesFrom()
      The sender's email address. The option is a: String type. Group: producer
      Returns:
      the name of the header AwsSesFrom.
    • awsSesMessageId

      public String awsSesMessageId()
      The Amazon SES message ID. The option is a: String type. 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: String type. 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: String type. Group: producer
      Returns:
      the name of the header AwsSesReturnPath.
    • awsSesSubject

      public String awsSesSubject()
      The subject of the message. The option is a: String type. Group: producer
      Returns:
      the name of the header AwsSesSubject.
    • awsSesTo

      public String awsSesTo()
      List of comma separated destination email address. The option is a: String type. 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: String type. 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: String type. 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: Boolean type. Group: producer
      Returns:
      the name of the header AwsSesHtmlEmail.
    • awsSesConfigurationSet

      public String awsSesConfigurationSet()
      TThe configuration set to send. The option is a: String type. Group: producer
      Returns:
      the name of the header AwsSesConfigurationSet.