Package com.oracle.bmc.oda.model
Class CreateTwilioChannelResult.Builder
- java.lang.Object
- 
- com.oracle.bmc.oda.model.CreateTwilioChannelResult.Builder
 
- 
- Enclosing class:
- CreateTwilioChannelResult
 
 public static class CreateTwilioChannelResult.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic CreateTwilioChannelResult.Builder id(String id) 
 - 
namepublic CreateTwilioChannelResult.Builder name(String name) 
 - 
descriptionpublic CreateTwilioChannelResult.Builder description(String description) 
 - 
categorypublic CreateTwilioChannelResult.Builder category(ChannelCategory category) 
 - 
sessionExpiryDurationInMillisecondspublic CreateTwilioChannelResult.Builder sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds) 
 - 
lifecycleStatepublic CreateTwilioChannelResult.Builder lifecycleState(LifecycleState lifecycleState) 
 - 
timeCreatedpublic CreateTwilioChannelResult.Builder timeCreated(Date timeCreated) 
 - 
timeUpdatedpublic CreateTwilioChannelResult.Builder timeUpdated(Date timeUpdated) 
 - 
freeformTagspublic CreateTwilioChannelResult.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic CreateTwilioChannelResult.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
accountSIDpublic CreateTwilioChannelResult.Builder accountSID(String accountSID) The Account SID for the Twilio number.- Parameters:
- accountSID- the value to set
- Returns:
- this builder
 
 - 
phoneNumberpublic CreateTwilioChannelResult.Builder phoneNumber(String phoneNumber) The Twilio phone number.- Parameters:
- phoneNumber- the value to set
- Returns:
- this builder
 
 - 
isMmsEnabledpublic CreateTwilioChannelResult.Builder isMmsEnabled(Boolean isMmsEnabled) Whether MMS is enabled for this channel or not.- Parameters:
- isMmsEnabled- the value to set
- Returns:
- this builder
 
 - 
originalConnectorsUrlpublic CreateTwilioChannelResult.Builder originalConnectorsUrl(String originalConnectorsUrl) The original connectors URL (used for backward compatibility).- Parameters:
- originalConnectorsUrl- the value to set
- Returns:
- this builder
 
 - 
botIdpublic CreateTwilioChannelResult.Builder botId(String botId) The ID of the Skill or Digital Assistant that the Channel is routed to.- Parameters:
- botId- the value to set
- Returns:
- this builder
 
 - 
webhookUrlpublic CreateTwilioChannelResult.Builder webhookUrl(String webhookUrl) The URL to use to send messages to this channel.This will be generally be used to configure a webhook in a 3rd party messaging system to send messages to this channel. - Parameters:
- webhookUrl- the value to set
- Returns:
- this builder
 
 - 
buildpublic CreateTwilioChannelResult build() 
 - 
copypublic CreateTwilioChannelResult.Builder copy(CreateTwilioChannelResult model) 
 
- 
 
-