public static class IosChannel.Builder extends Object
Constructor and Description |
---|
Builder() |
public IosChannel.Builder id(String id)
public IosChannel.Builder name(String name)
public IosChannel.Builder description(String description)
public IosChannel.Builder category(ChannelCategory category)
public IosChannel.Builder sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds)
public IosChannel.Builder lifecycleState(LifecycleState lifecycleState)
public IosChannel.Builder timeCreated(Date timeCreated)
public IosChannel.Builder timeUpdated(Date timeUpdated)
public IosChannel.Builder freeformTags(Map<String,String> freeformTags)
public IosChannel.Builder maxTokenExpirationTimeInMinutes(Long maxTokenExpirationTimeInMinutes)
The maximum time until the token expires (in minutes).
maxTokenExpirationTimeInMinutes
- the value to setpublic IosChannel.Builder isClientAuthenticationEnabled(Boolean isClientAuthenticationEnabled)
Whether client authentication is enabled or not.
isClientAuthenticationEnabled
- the value to setpublic IosChannel.Builder botId(String botId)
The ID of the Skill or Digital Assistant that the Channel is routed to.
botId
- the value to setpublic IosChannel build()
public IosChannel.Builder copy(IosChannel model)
Copyright © 2016–2024. All rights reserved.