Package com.oracle.bmc.oda.model
Class UpdateWebChannelDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.oda.model.UpdateWebChannelDetails.Builder
 
- 
- Enclosing class:
- UpdateWebChannelDetails
 
 public static class UpdateWebChannelDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
namepublic UpdateWebChannelDetails.Builder name(String name) 
 - 
descriptionpublic UpdateWebChannelDetails.Builder description(String description) 
 - 
sessionExpiryDurationInMillisecondspublic UpdateWebChannelDetails.Builder sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds) 
 - 
freeformTagspublic UpdateWebChannelDetails.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic UpdateWebChannelDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
maxTokenExpirationTimeInMinutespublic UpdateWebChannelDetails.Builder maxTokenExpirationTimeInMinutes(Long maxTokenExpirationTimeInMinutes) The maximum time until the token expires (in minutes).- Parameters:
- maxTokenExpirationTimeInMinutes- the value to set
- Returns:
- this builder
 
 - 
isClientAuthenticationEnabledpublic UpdateWebChannelDetails.Builder isClientAuthenticationEnabled(Boolean isClientAuthenticationEnabled) Whether client authentication is enabled or not.- Parameters:
- isClientAuthenticationEnabled- the value to set
- Returns:
- this builder
 
 - 
allowedDomainspublic UpdateWebChannelDetails.Builder allowedDomains(String allowedDomains) A comma-delimited whitelist of allowed domains.The channel will only communicate with the sites from the domains that you add to this list. For example, *.corp.example.com, *.hdr.example.com. Entering a single asterisk (*) allows unrestricted access to the channel from any domain. Typically, you'd only enter a single asterisk during development. For production, you would add an allowlist of domains. - Parameters:
- allowedDomains- the value to set
- Returns:
- this builder
 
 - 
botIdpublic UpdateWebChannelDetails.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
 
 - 
buildpublic UpdateWebChannelDetails build() 
 - 
copypublic UpdateWebChannelDetails.Builder copy(UpdateWebChannelDetails model) 
 
- 
 
-