Package com.oracle.bmc.oda.model
Class UpdateAndroidChannelDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.oda.model.UpdateAndroidChannelDetails.Builder
-
- Enclosing class:
- UpdateAndroidChannelDetails
public static class UpdateAndroidChannelDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
name
public UpdateAndroidChannelDetails.Builder name(String name)
-
description
public UpdateAndroidChannelDetails.Builder description(String description)
-
sessionExpiryDurationInMilliseconds
public UpdateAndroidChannelDetails.Builder sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds)
-
freeformTags
public UpdateAndroidChannelDetails.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public UpdateAndroidChannelDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
maxTokenExpirationTimeInMinutes
public UpdateAndroidChannelDetails.Builder maxTokenExpirationTimeInMinutes(Long maxTokenExpirationTimeInMinutes)
The maximum time until the token expires (in minutes).- Parameters:
maxTokenExpirationTimeInMinutes
- the value to set- Returns:
- this builder
-
isClientAuthenticationEnabled
public UpdateAndroidChannelDetails.Builder isClientAuthenticationEnabled(Boolean isClientAuthenticationEnabled)
Whether client authentication is enabled or not.- Parameters:
isClientAuthenticationEnabled
- the value to set- Returns:
- this builder
-
botId
public UpdateAndroidChannelDetails.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 UpdateAndroidChannelDetails build()
-
copy
public UpdateAndroidChannelDetails.Builder copy(UpdateAndroidChannelDetails model)
-
-