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