public static interface VoiceChannelResponse.Builder extends SdkPojo, CopyableBuilder<VoiceChannelResponse.Builder,VoiceChannelResponse>
Modifier and Type | Method and Description |
---|---|
VoiceChannelResponse.Builder |
applicationId(String applicationId)
Application id
|
VoiceChannelResponse.Builder |
creationDate(String creationDate)
The date that the settings were last updated in ISO 8601 format.
|
VoiceChannelResponse.Builder |
enabled(Boolean enabled)
If the channel is enabled for sending messages.
|
VoiceChannelResponse.Builder |
hasCredential(Boolean hasCredential)
Sets the value of the HasCredential property for this object.
|
VoiceChannelResponse.Builder |
id(String id)
Channel ID.
|
VoiceChannelResponse.Builder |
isArchived(Boolean isArchived)
Is this channel archived
|
VoiceChannelResponse.Builder |
lastModifiedBy(String lastModifiedBy)
Who made the last change
|
VoiceChannelResponse.Builder |
lastModifiedDate(String lastModifiedDate)
Last date this was updated
|
VoiceChannelResponse.Builder |
platform(String platform)
Platform type.
|
VoiceChannelResponse.Builder |
version(Integer version)
Version of channel
|
copy
applyMutation, build
VoiceChannelResponse.Builder applicationId(String applicationId)
applicationId
- Application idVoiceChannelResponse.Builder creationDate(String creationDate)
creationDate
- The date that the settings were last updated in ISO 8601 format.VoiceChannelResponse.Builder enabled(Boolean enabled)
enabled
- If the channel is enabled for sending messages.VoiceChannelResponse.Builder hasCredential(Boolean hasCredential)
hasCredential
- The new value for the HasCredential property for this object.VoiceChannelResponse.Builder id(String id)
id
- Channel ID. Not used, only for backwards compatibility.VoiceChannelResponse.Builder isArchived(Boolean isArchived)
isArchived
- Is this channel archivedVoiceChannelResponse.Builder lastModifiedBy(String lastModifiedBy)
lastModifiedBy
- Who made the last changeVoiceChannelResponse.Builder lastModifiedDate(String lastModifiedDate)
lastModifiedDate
- Last date this was updatedVoiceChannelResponse.Builder platform(String platform)
platform
- Platform type. Will be "Voice"VoiceChannelResponse.Builder version(Integer version)
version
- Version of channelCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.