| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static EmailChannelRequest.Builder |
EmailChannelRequest.builder() |
EmailChannelRequest.Builder |
EmailChannelRequest.Builder.configurationSet(String configurationSet)
The Amazon SES
configuration set that you want to apply to messages that you send through the channel.
|
EmailChannelRequest.Builder |
EmailChannelRequest.Builder.enabled(Boolean enabled)
Specifies whether to enable the email channel for the application.
|
EmailChannelRequest.Builder |
EmailChannelRequest.Builder.fromAddress(String fromAddress)
The verified email address that you want to send email from when you send email through the channel.
|
EmailChannelRequest.Builder |
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.
|
EmailChannelRequest.Builder |
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.
|
EmailChannelRequest.Builder |
EmailChannelRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EmailChannelRequest.Builder> |
EmailChannelRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateEmailChannelRequest.Builder |
UpdateEmailChannelRequest.Builder.emailChannelRequest(Consumer<EmailChannelRequest.Builder> emailChannelRequest)
Sets the value of the EmailChannelRequest property for this object.
|
Copyright © 2022. All rights reserved.