CopyableBuilder<EmailChannelResponse.Builder,EmailChannelResponse>
, SdkBuilder<EmailChannelResponse.Builder,EmailChannelResponse>
public static interface EmailChannelResponse.Builder extends CopyableBuilder<EmailChannelResponse.Builder,EmailChannelResponse>
Modifier and Type | Method | Description |
---|---|---|
EmailChannelResponse.Builder |
applicationId(String applicationId) |
Application id
|
EmailChannelResponse.Builder |
creationDate(String creationDate) |
The date that the settings were last updated in ISO 8601 format.
|
EmailChannelResponse.Builder |
enabled(Boolean enabled) |
If the channel is enabled for sending messages.
|
EmailChannelResponse.Builder |
fromAddress(String fromAddress) |
The email address used to send emails from.
|
EmailChannelResponse.Builder |
id(String id) |
Channel ID.
|
EmailChannelResponse.Builder |
identity(String identity) |
The ARN of an identity verified with SES.
|
EmailChannelResponse.Builder |
isArchived(Boolean isArchived) |
Is this channel archived
|
EmailChannelResponse.Builder |
lastModifiedBy(String lastModifiedBy) |
Who last updated this entry
|
EmailChannelResponse.Builder |
lastModifiedDate(String lastModifiedDate) |
Last date this was updated
|
EmailChannelResponse.Builder |
platform(String platform) |
Platform type.
|
EmailChannelResponse.Builder |
roleArn(String roleArn) |
The ARN of an IAM Role used to submit events to Mobile Analytics' event ingestion service
|
EmailChannelResponse.Builder |
version(Integer version) |
Version of channel
|
copy
apply, build
EmailChannelResponse.Builder applicationId(String applicationId)
applicationId
- Application idEmailChannelResponse.Builder creationDate(String creationDate)
creationDate
- The date that the settings were last updated in ISO 8601 format.EmailChannelResponse.Builder enabled(Boolean enabled)
enabled
- If the channel is enabled for sending messages.EmailChannelResponse.Builder fromAddress(String fromAddress)
fromAddress
- The email address used to send emails from.EmailChannelResponse.Builder id(String id)
id
- Channel ID. Not used, only for backwards compatibility.EmailChannelResponse.Builder identity(String identity)
identity
- The ARN of an identity verified with SES.EmailChannelResponse.Builder isArchived(Boolean isArchived)
isArchived
- Is this channel archivedEmailChannelResponse.Builder lastModifiedBy(String lastModifiedBy)
lastModifiedBy
- Who last updated this entryEmailChannelResponse.Builder lastModifiedDate(String lastModifiedDate)
lastModifiedDate
- Last date this was updatedEmailChannelResponse.Builder platform(String platform)
platform
- Platform type. Will be "EMAIL"EmailChannelResponse.Builder roleArn(String roleArn)
roleArn
- The ARN of an IAM Role used to submit events to Mobile Analytics' event ingestion serviceEmailChannelResponse.Builder version(Integer version)
version
- Version of channelCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.