Package com.oracle.bmc.oda.model
Class UpdateSlackChannelDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.oda.model.UpdateSlackChannelDetails.Builder
 
- 
- Enclosing class:
- UpdateSlackChannelDetails
 
 public static class UpdateSlackChannelDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
namepublic UpdateSlackChannelDetails.Builder name(String name) 
 - 
descriptionpublic UpdateSlackChannelDetails.Builder description(String description) 
 - 
sessionExpiryDurationInMillisecondspublic UpdateSlackChannelDetails.Builder sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds) 
 - 
freeformTagspublic UpdateSlackChannelDetails.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic UpdateSlackChannelDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
clientIdpublic UpdateSlackChannelDetails.Builder clientId(String clientId) The Slack Client Id for the Slack app.- Parameters:
- clientId- the value to set
- Returns:
- this builder
 
 - 
authSuccessUrlpublic UpdateSlackChannelDetails.Builder authSuccessUrl(String authSuccessUrl) The URL to redirect to when authentication is successful.- Parameters:
- authSuccessUrl- the value to set
- Returns:
- this builder
 
 - 
authErrorUrlpublic UpdateSlackChannelDetails.Builder authErrorUrl(String authErrorUrl) The URL to redirect to when authentication is unsuccessful.- Parameters:
- authErrorUrl- the value to set
- Returns:
- this builder
 
 - 
signingSecretpublic UpdateSlackChannelDetails.Builder signingSecret(String signingSecret) The Signing Secret for the Slack App.- Parameters:
- signingSecret- the value to set
- Returns:
- this builder
 
 - 
clientSecretpublic UpdateSlackChannelDetails.Builder clientSecret(String clientSecret) The Client Secret for the Slack App.- Parameters:
- clientSecret- the value to set
- Returns:
- this builder
 
 - 
botIdpublic UpdateSlackChannelDetails.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 UpdateSlackChannelDetails build() 
 - 
copypublic UpdateSlackChannelDetails.Builder copy(UpdateSlackChannelDetails model) 
 
- 
 
-