Package | Description |
---|---|
software.amazon.awssdk.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
EmailChannelResponse.Builder |
EmailChannelResponse.Builder.applicationId(String applicationId)
The unique identifier for the application that the email channel applies to.
|
static EmailChannelResponse.Builder |
EmailChannelResponse.builder() |
EmailChannelResponse.Builder |
EmailChannelResponse.Builder.configurationSet(String configurationSet)
The configuration set that's applied to email that's sent through the channel by using the Amazon Pinpoint Email API.
|
EmailChannelResponse.Builder |
EmailChannelResponse.Builder.creationDate(String creationDate)
The date and time, in ISO 8601 format, when the email channel was enabled.
|
EmailChannelResponse.Builder |
EmailChannelResponse.Builder.enabled(Boolean enabled)
Specifies whether the email channel is enabled for the application.
|
EmailChannelResponse.Builder |
EmailChannelResponse.Builder.fromAddress(String fromAddress)
The verified email address that you send email from when you send email through the channel.
|
EmailChannelResponse.Builder |
EmailChannelResponse.Builder.hasCredential(Boolean hasCredential)
(Not used) This property is retained only for backward compatibility.
|
EmailChannelResponse.Builder |
EmailChannelResponse.Builder.id(String id)
(Deprecated) An identifier for the email channel.
|
EmailChannelResponse.Builder |
EmailChannelResponse.Builder.identity(String identity)
The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that
you use when you send email through the channel.
|
EmailChannelResponse.Builder |
EmailChannelResponse.Builder.isArchived(Boolean isArchived)
Specifies whether the email channel is archived.
|
EmailChannelResponse.Builder |
EmailChannelResponse.Builder.lastModifiedBy(String lastModifiedBy)
The user who last modified the email channel.
|
EmailChannelResponse.Builder |
EmailChannelResponse.Builder.lastModifiedDate(String lastModifiedDate)
The date and time, in ISO 8601 format, when the email channel was last modified.
|
EmailChannelResponse.Builder |
EmailChannelResponse.Builder.messagesPerSecond(Integer messagesPerSecond)
The maximum number of emails that you can send through the channel each second.
|
EmailChannelResponse.Builder |
EmailChannelResponse.Builder.platform(String platform)
The type of messaging or notification platform for the channel.
|
EmailChannelResponse.Builder |
EmailChannelResponse.Builder.roleArn(String roleArn)
The ARN of the AWS Identity and Access Management (IAM) role that Amazon Pinpoint uses to submit
email-related event data for the channel.
|
EmailChannelResponse.Builder |
EmailChannelResponse.toBuilder() |
EmailChannelResponse.Builder |
EmailChannelResponse.Builder.version(Integer version)
The current version of the email channel.
|
Modifier and Type | Method and Description |
---|---|
static Class<? extends EmailChannelResponse.Builder> |
EmailChannelResponse.serializableBuilderClass() |
Modifier and Type | Method and Description |
---|---|
default DeleteEmailChannelResponse.Builder |
DeleteEmailChannelResponse.Builder.emailChannelResponse(Consumer<EmailChannelResponse.Builder> emailChannelResponse)
Sets the value of the EmailChannelResponse property for this object.
|
default GetEmailChannelResponse.Builder |
GetEmailChannelResponse.Builder.emailChannelResponse(Consumer<EmailChannelResponse.Builder> emailChannelResponse)
Sets the value of the EmailChannelResponse property for this object.
|
default UpdateEmailChannelResponse.Builder |
UpdateEmailChannelResponse.Builder.emailChannelResponse(Consumer<EmailChannelResponse.Builder> emailChannelResponse)
Sets the value of the EmailChannelResponse property for this object.
|
Copyright © 2019. All rights reserved.