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