Package com.oracle.bmc.oda.model
Class ApplicationChannel.Builder
- java.lang.Object
- 
- com.oracle.bmc.oda.model.ApplicationChannel.Builder
 
- 
- Enclosing class:
- ApplicationChannel
 
 public static class ApplicationChannel.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic ApplicationChannel.Builder id(String id) 
 - 
namepublic ApplicationChannel.Builder name(String name) 
 - 
descriptionpublic ApplicationChannel.Builder description(String description) 
 - 
categorypublic ApplicationChannel.Builder category(ChannelCategory category) 
 - 
sessionExpiryDurationInMillisecondspublic ApplicationChannel.Builder sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds) 
 - 
lifecycleStatepublic ApplicationChannel.Builder lifecycleState(LifecycleState lifecycleState) 
 - 
timeCreatedpublic ApplicationChannel.Builder timeCreated(Date timeCreated) 
 - 
timeUpdatedpublic ApplicationChannel.Builder timeUpdated(Date timeUpdated) 
 - 
freeformTagspublic ApplicationChannel.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic ApplicationChannel.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
outboundUrlpublic ApplicationChannel.Builder outboundUrl(String outboundUrl) The URL to send response and error messages to.- Parameters:
- outboundUrl- the value to set
- Returns:
- this builder
 
 - 
isAuthenticatedUserIdpublic ApplicationChannel.Builder isAuthenticatedUserId(Boolean isAuthenticatedUserId) True if the user id in the AIC message should be treated as an authenticated user id.- Parameters:
- isAuthenticatedUserId- the value to set
- Returns:
- this builder
 
 - 
webhookUrlpublic ApplicationChannel.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 ApplicationChannel build() 
 - 
copypublic ApplicationChannel.Builder copy(ApplicationChannel model) 
 
- 
 
-