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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EmailChannelRequest.BuilderconfigurationSet(String configurationSet)The Amazon SES configuration set that you want to apply to messages that you send through the channel.EmailChannelRequest.Builderenabled(Boolean enabled)Specifies whether to enable the email channel for the application.EmailChannelRequest.BuilderfromAddress(String fromAddress)The verified email address that you want to send email from when you send email through the channel.EmailChannelRequest.Builderidentity(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.EmailChannelRequest.BuilderorchestrationSendingRoleArn(String orchestrationSendingRoleArn)The ARN of an IAM role for Amazon Pinpoint to use to send email from your campaigns or journeys through Amazon SES.EmailChannelRequest.BuilderroleArn(String 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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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
EmailChannelRequest.Builder enabled(Boolean 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
EmailChannelRequest.Builder roleArn(String 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.
-
-