Package com.oracle.bmc.oda.model
Class UpdateTwilioChannelDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.oda.model.UpdateTwilioChannelDetails.Builder
-
- Enclosing class:
- UpdateTwilioChannelDetails
public static class UpdateTwilioChannelDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
name
public UpdateTwilioChannelDetails.Builder name(String name)
-
description
public UpdateTwilioChannelDetails.Builder description(String description)
-
sessionExpiryDurationInMilliseconds
public UpdateTwilioChannelDetails.Builder sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds)
-
freeformTags
public UpdateTwilioChannelDetails.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public UpdateTwilioChannelDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
accountSID
public UpdateTwilioChannelDetails.Builder accountSID(String accountSID)
The Account SID for the Twilio number.- Parameters:
accountSID
- the value to set- Returns:
- this builder
-
phoneNumber
public UpdateTwilioChannelDetails.Builder phoneNumber(String phoneNumber)
The Twilio phone number.- Parameters:
phoneNumber
- the value to set- Returns:
- this builder
-
authToken
public UpdateTwilioChannelDetails.Builder authToken(String authToken)
The Auth Token for the Twilio number.- Parameters:
authToken
- the value to set- Returns:
- this builder
-
isMmsEnabled
public UpdateTwilioChannelDetails.Builder isMmsEnabled(Boolean isMmsEnabled)
Whether MMS is enabled for this channel or not.- Parameters:
isMmsEnabled
- the value to set- Returns:
- this builder
-
originalConnectorsUrl
public UpdateTwilioChannelDetails.Builder originalConnectorsUrl(String originalConnectorsUrl)
The original connectors URL (used for backward compatibility).- Parameters:
originalConnectorsUrl
- the value to set- Returns:
- this builder
-
botId
public UpdateTwilioChannelDetails.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 UpdateTwilioChannelDetails build()
-
copy
public UpdateTwilioChannelDetails.Builder copy(UpdateTwilioChannelDetails model)
-
-