CopyableBuilder<SMSChannelResponse.Builder,SMSChannelResponse>, SdkBuilder<SMSChannelResponse.Builder,SMSChannelResponse>public static interface SMSChannelResponse.Builder extends CopyableBuilder<SMSChannelResponse.Builder,SMSChannelResponse>
| Modifier and Type | Method | Description |
|---|---|---|
SMSChannelResponse.Builder |
applicationId(String applicationId) |
Application id
|
SMSChannelResponse.Builder |
creationDate(String creationDate) |
The date that the settings were last updated in ISO 8601 format.
|
SMSChannelResponse.Builder |
enabled(Boolean enabled) |
If the channel is enabled for sending messages.
|
SMSChannelResponse.Builder |
id(String id) |
Channel ID.
|
SMSChannelResponse.Builder |
isArchived(Boolean isArchived) |
Is this channel archived
|
SMSChannelResponse.Builder |
lastModifiedBy(String lastModifiedBy) |
Who last updated this entry
|
SMSChannelResponse.Builder |
lastModifiedDate(String lastModifiedDate) |
Last date this was updated
|
SMSChannelResponse.Builder |
platform(String platform) |
Platform type.
|
SMSChannelResponse.Builder |
senderId(String senderId) |
Sender identifier of your messages.
|
SMSChannelResponse.Builder |
shortCode(String shortCode) |
The short code registered with the phone provider.
|
SMSChannelResponse.Builder |
version(Integer version) |
Version of channel
|
copyapply, buildSMSChannelResponse.Builder applicationId(String applicationId)
applicationId - Application idSMSChannelResponse.Builder creationDate(String creationDate)
creationDate - The date that the settings were last updated in ISO 8601 format.SMSChannelResponse.Builder enabled(Boolean enabled)
enabled - If the channel is enabled for sending messages.SMSChannelResponse.Builder id(String id)
id - Channel ID. Not used, only for backwards compatibility.SMSChannelResponse.Builder isArchived(Boolean isArchived)
isArchived - Is this channel archivedSMSChannelResponse.Builder lastModifiedBy(String lastModifiedBy)
lastModifiedBy - Who last updated this entrySMSChannelResponse.Builder lastModifiedDate(String lastModifiedDate)
lastModifiedDate - Last date this was updatedSMSChannelResponse.Builder platform(String platform)
platform - Platform type. Will be "SMS"SMSChannelResponse.Builder senderId(String senderId)
senderId - Sender identifier of your messages.SMSChannelResponse.Builder shortCode(String shortCode)
shortCode - The short code registered with the phone provider.SMSChannelResponse.Builder version(Integer version)
version - Version of channelCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.