Package com.oracle.bmc.oda.model
Class AppEventChannel.Builder
- java.lang.Object
- 
- com.oracle.bmc.oda.model.AppEventChannel.Builder
 
- 
- Enclosing class:
- AppEventChannel
 
 public static class AppEventChannel.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic AppEventChannel.Builder id(String id) 
 - 
namepublic AppEventChannel.Builder name(String name) 
 - 
descriptionpublic AppEventChannel.Builder description(String description) 
 - 
categorypublic AppEventChannel.Builder category(ChannelCategory category) 
 - 
sessionExpiryDurationInMillisecondspublic AppEventChannel.Builder sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds) 
 - 
lifecycleStatepublic AppEventChannel.Builder lifecycleState(LifecycleState lifecycleState) 
 - 
timeCreatedpublic AppEventChannel.Builder timeCreated(Date timeCreated) 
 - 
timeUpdatedpublic AppEventChannel.Builder timeUpdated(Date timeUpdated) 
 - 
freeformTagspublic AppEventChannel.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic AppEventChannel.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
outboundUrlpublic AppEventChannel.Builder outboundUrl(String outboundUrl) The URL for sending errors and responses to.- Parameters:
- outboundUrl- the value to set
- Returns:
- this builder
 
 - 
eventSinkBotIdspublic AppEventChannel.Builder eventSinkBotIds(List<String> eventSinkBotIds) The IDs of the Skills and Digital Assistants that the Channel is routed to.- Parameters:
- eventSinkBotIds- the value to set
- Returns:
- this builder
 
 - 
webhookUrlpublic AppEventChannel.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 AppEventChannel build() 
 - 
copypublic AppEventChannel.Builder copy(AppEventChannel model) 
 
- 
 
-