public static class UpdateWebChannelDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateWebChannelDetails.Builder name(String name)
public UpdateWebChannelDetails.Builder description(String description)
public UpdateWebChannelDetails.Builder sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds)
public UpdateWebChannelDetails.Builder freeformTags(Map<String,String> freeformTags)
public UpdateWebChannelDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public UpdateWebChannelDetails.Builder maxTokenExpirationTimeInMinutes(Long maxTokenExpirationTimeInMinutes)
The maximum time until the token expires (in minutes).
maxTokenExpirationTimeInMinutes
- the value to setpublic UpdateWebChannelDetails.Builder isClientAuthenticationEnabled(Boolean isClientAuthenticationEnabled)
Whether client authentication is enabled or not.
isClientAuthenticationEnabled
- the value to setpublic UpdateWebChannelDetails.Builder allowedDomains(String allowedDomains)
A comma-delimited whitelist of allowed domains.
The channel will only communicate with the sites from the domains that you add to this list. For example, *.corp.example.com, *.hdr.example.com. Entering a single asterisk (*) allows unrestricted access to the channel from any domain.
Typically, you'd only enter a single asterisk during development. For production, you would add an allowlist of domains.
allowedDomains
- the value to setpublic UpdateWebChannelDetails.Builder botId(String botId)
The ID of the Skill or Digital Assistant that the Channel is routed to.
botId
- the value to setpublic UpdateWebChannelDetails build()
public UpdateWebChannelDetails.Builder copy(UpdateWebChannelDetails model)
Copyright © 2016–2024. All rights reserved.