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