public static interface EmailChannelResponse.Builder extends SdkPojo, CopyableBuilder<EmailChannelResponse.Builder,EmailChannelResponse>
Modifier and Type | Method and Description |
---|---|
EmailChannelResponse.Builder |
applicationId(String applicationId)
The unique identifier for the application that the email channel applies to.
|
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 |
creationDate(String creationDate)
The date and time, in ISO 8601 format, when the email channel was enabled.
|
EmailChannelResponse.Builder |
enabled(Boolean enabled)
Specifies whether the email channel is enabled for the application.
|
EmailChannelResponse.Builder |
fromAddress(String fromAddress)
The verified email address that you send email from when you send email through the channel.
|
EmailChannelResponse.Builder |
hasCredential(Boolean hasCredential)
(Not used) This property is retained only for backward compatibility.
|
EmailChannelResponse.Builder |
id(String id)
(Deprecated) An identifier for the email channel.
|
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 |
isArchived(Boolean isArchived)
Specifies whether the email channel is archived.
|
EmailChannelResponse.Builder |
lastModifiedBy(String lastModifiedBy)
The user who last modified the email channel.
|
EmailChannelResponse.Builder |
lastModifiedDate(String lastModifiedDate)
The date and time, in ISO 8601 format, when the email channel was last modified.
|
EmailChannelResponse.Builder |
messagesPerSecond(Integer messagesPerSecond)
The maximum number of emails that you can send through the channel each second.
|
EmailChannelResponse.Builder |
platform(String platform)
The type of messaging or notification platform for the channel.
|
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 |
version(Integer version)
The current version of the email channel.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
EmailChannelResponse.Builder applicationId(String applicationId)
The unique identifier for the application that the email channel applies to.
applicationId
- The unique identifier for the application that the email channel applies to.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.
configurationSet
- The configuration set that's applied to email that's sent through the channel by using the Amazon Pinpoint Email API.EmailChannelResponse.Builder creationDate(String creationDate)
The date and time, in ISO 8601 format, when the email channel was enabled.
creationDate
- The date and time, in ISO 8601 format, when the email channel was enabled.EmailChannelResponse.Builder enabled(Boolean enabled)
Specifies whether the email channel is enabled for the application.
enabled
- Specifies whether the email channel is enabled for the application.EmailChannelResponse.Builder fromAddress(String fromAddress)
The verified email address that you send email from when you send email through the channel.
fromAddress
- The verified email address that you send email from when you send email through the channel.EmailChannelResponse.Builder hasCredential(Boolean hasCredential)
(Not used) This property is retained only for backward compatibility.
hasCredential
- (Not used) This property is retained only for backward compatibility.EmailChannelResponse.Builder id(String id)
(Deprecated) An identifier for the email channel. This property is retained only for backward compatibility.
id
- (Deprecated) An identifier for the email channel. This property is retained only for backward
compatibility.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.
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 isArchived(Boolean isArchived)
Specifies whether the email channel is archived.
isArchived
- Specifies whether the email channel is archived.EmailChannelResponse.Builder lastModifiedBy(String lastModifiedBy)
The user who last modified the email channel.
lastModifiedBy
- The user who last modified the email channel.EmailChannelResponse.Builder lastModifiedDate(String lastModifiedDate)
The date and time, in ISO 8601 format, when the email channel was last modified.
lastModifiedDate
- The date and time, in ISO 8601 format, when the email channel was last modified.EmailChannelResponse.Builder messagesPerSecond(Integer messagesPerSecond)
The maximum number of emails that you can send through the channel each second.
messagesPerSecond
- The maximum number of emails that you can send through the channel each second.EmailChannelResponse.Builder platform(String platform)
The type of messaging or notification platform for the channel. For the email channel, this value is EMAIL.
platform
- The type of messaging or notification platform for the channel. For the email channel, this value is
EMAIL.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.
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 version(Integer version)
The current version of the email channel.
version
- The current version of the email channel.Copyright © 2019. All rights reserved.