Package com.oracle.bmc.oda.model
Class CreateMSTeamsChannelDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.oda.model.CreateMSTeamsChannelDetails.Builder
-
- Enclosing class:
- CreateMSTeamsChannelDetails
public static class CreateMSTeamsChannelDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
name
public CreateMSTeamsChannelDetails.Builder name(String name)
-
description
public CreateMSTeamsChannelDetails.Builder description(String description)
-
sessionExpiryDurationInMilliseconds
public CreateMSTeamsChannelDetails.Builder sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds)
-
freeformTags
public CreateMSTeamsChannelDetails.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public CreateMSTeamsChannelDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
msaAppId
public CreateMSTeamsChannelDetails.Builder msaAppId(String msaAppId)
The Microsoft App ID that you obtained when you created your bot registration in Azure.- Parameters:
msaAppId
- the value to set- Returns:
- this builder
-
msaAppPassword
public CreateMSTeamsChannelDetails.Builder msaAppPassword(String msaAppPassword)
The client secret that you obtained from your bot registration.- Parameters:
msaAppPassword
- the value to set- Returns:
- this builder
-
botId
public CreateMSTeamsChannelDetails.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 CreateMSTeamsChannelDetails build()
-
copy
public CreateMSTeamsChannelDetails.Builder copy(CreateMSTeamsChannelDetails model)
-
-