Uses of Interface
software.amazon.awssdk.services.pinpoint.model.EmailChannelRequest.Builder
-
Packages that use EmailChannelRequest.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of EmailChannelRequest.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return EmailChannelRequest.Builder Modifier and Type Method Description static EmailChannelRequest.BuilderEmailChannelRequest. builder()EmailChannelRequest.BuilderEmailChannelRequest.Builder. configurationSet(String configurationSet)The Amazon SES configuration set that you want to apply to messages that you send through the channel.EmailChannelRequest.BuilderEmailChannelRequest.Builder. enabled(Boolean enabled)Specifies whether to enable the email channel for the application.EmailChannelRequest.BuilderEmailChannelRequest.Builder. fromAddress(String fromAddress)The verified email address that you want to send email from when you send email through the channel.EmailChannelRequest.BuilderEmailChannelRequest.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.EmailChannelRequest.BuilderEmailChannelRequest.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.EmailChannelRequest.BuilderEmailChannelRequest. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type EmailChannelRequest.Builder Modifier and Type Method Description static Class<? extends EmailChannelRequest.Builder>EmailChannelRequest. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type EmailChannelRequest.Builder Modifier and Type Method Description default UpdateEmailChannelRequest.BuilderUpdateEmailChannelRequest.Builder. emailChannelRequest(Consumer<EmailChannelRequest.Builder> emailChannelRequest)Sets the value of the EmailChannelRequest property for this object.
-