Package com.oracle.bmc.oda.model
Class CreateSlackChannelResult.Builder
- java.lang.Object
- 
- com.oracle.bmc.oda.model.CreateSlackChannelResult.Builder
 
- 
- Enclosing class:
- CreateSlackChannelResult
 
 public static class CreateSlackChannelResult.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic CreateSlackChannelResult.Builder id(String id) 
 - 
namepublic CreateSlackChannelResult.Builder name(String name) 
 - 
descriptionpublic CreateSlackChannelResult.Builder description(String description) 
 - 
categorypublic CreateSlackChannelResult.Builder category(ChannelCategory category) 
 - 
sessionExpiryDurationInMillisecondspublic CreateSlackChannelResult.Builder sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds) 
 - 
lifecycleStatepublic CreateSlackChannelResult.Builder lifecycleState(LifecycleState lifecycleState) 
 - 
timeCreatedpublic CreateSlackChannelResult.Builder timeCreated(Date timeCreated) 
 - 
timeUpdatedpublic CreateSlackChannelResult.Builder timeUpdated(Date timeUpdated) 
 - 
freeformTagspublic CreateSlackChannelResult.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic CreateSlackChannelResult.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
clientIdpublic CreateSlackChannelResult.Builder clientId(String clientId) The Slack Client Id for the Slack app.- Parameters:
- clientId- the value to set
- Returns:
- this builder
 
 - 
authSuccessUrlpublic CreateSlackChannelResult.Builder authSuccessUrl(String authSuccessUrl) The URL to redirect to when authentication is successful.- Parameters:
- authSuccessUrl- the value to set
- Returns:
- this builder
 
 - 
authErrorUrlpublic CreateSlackChannelResult.Builder authErrorUrl(String authErrorUrl) The URL to redirect to when authentication is unsuccessful.- Parameters:
- authErrorUrl- the value to set
- Returns:
- this builder
 
 - 
botIdpublic CreateSlackChannelResult.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 CreateSlackChannelResult.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 CreateSlackChannelResult build() 
 - 
copypublic CreateSlackChannelResult.Builder copy(CreateSlackChannelResult model) 
 
- 
 
-