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