Interface EmailChannelRequest.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EmailChannelRequest.Builder,EmailChannelRequest>, SdkBuilder<EmailChannelRequest.Builder,EmailChannelRequest>, SdkPojo
Enclosing class:
EmailChannelRequest

public static interface EmailChannelRequest.Builder extends SdkPojo, CopyableBuilder<EmailChannelRequest.Builder,EmailChannelRequest>
  • Method Details

    • configurationSet

      EmailChannelRequest.Builder configurationSet(String configurationSet)

      The Amazon SES configuration set that you want to apply to messages that you send through the channel.

      Parameters:
      configurationSet - The Amazon SES configuration set that you want to apply to messages that you send through the channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • enabled

      Specifies whether to enable the email channel for the application.

      Parameters:
      enabled - Specifies whether to enable the email channel for the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fromAddress

      EmailChannelRequest.Builder fromAddress(String fromAddress)

      The verified email address that you want to send email from when you send email through the channel.

      Parameters:
      fromAddress -

      The verified email address that you want to send email from when you send email through the channel.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • identity

      EmailChannelRequest.Builder identity(String identity)

      The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that you want to use when you send email through the channel.

      Parameters:
      identity -

      The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that you want to use when you send email through the channel.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • roleArn

      The ARN of the AWS Identity and Access Management (IAM) role that you want Amazon Pinpoint to use when it submits email-related event data for the channel.

      Parameters:
      roleArn -

      The ARN of the AWS Identity and Access Management (IAM) role that you want Amazon Pinpoint to use when it submits email-related event data for the channel.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • orchestrationSendingRoleArn

      EmailChannelRequest.Builder orchestrationSendingRoleArn(String orchestrationSendingRoleArn)

      The ARN of an IAM role for Amazon Pinpoint to use to send email from your campaigns or journeys through Amazon SES.

      Parameters:
      orchestrationSendingRoleArn - The ARN of an IAM role for Amazon Pinpoint to use to send email from your campaigns or journeys through Amazon SES.
      Returns:
      Returns a reference to this object so that method calls can be chained together.