public static class CreateSlackChannelDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateSlackChannelDetails.Builder name(String name)
public CreateSlackChannelDetails.Builder description(String description)
public CreateSlackChannelDetails.Builder sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds)
public CreateSlackChannelDetails.Builder freeformTags(Map<String,String> freeformTags)
public CreateSlackChannelDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public CreateSlackChannelDetails.Builder clientId(String clientId)
The Slack Client Id for the Slack app.
clientId
- the value to setpublic CreateSlackChannelDetails.Builder authSuccessUrl(String authSuccessUrl)
The URL to redirect to when authentication is successful.
authSuccessUrl
- the value to setpublic CreateSlackChannelDetails.Builder authErrorUrl(String authErrorUrl)
The URL to redirect to when authentication is unsuccessful.
authErrorUrl
- the value to setpublic CreateSlackChannelDetails.Builder signingSecret(String signingSecret)
The Signing Secret for the Slack App.
signingSecret
- the value to setpublic CreateSlackChannelDetails.Builder clientSecret(String clientSecret)
The Client Secret for the Slack App.
clientSecret
- the value to setpublic CreateSlackChannelDetails.Builder botId(String botId)
The ID of the Skill or Digital Assistant that the Channel is routed to.
botId
- the value to setpublic CreateSlackChannelDetails build()
public CreateSlackChannelDetails.Builder copy(CreateSlackChannelDetails model)
Copyright © 2016–2024. All rights reserved.