public static class UpdateAppEventChannelDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateAppEventChannelDetails |
build() |
UpdateAppEventChannelDetails.Builder |
copy(UpdateAppEventChannelDetails model) |
UpdateAppEventChannelDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags) |
UpdateAppEventChannelDetails.Builder |
description(String description) |
UpdateAppEventChannelDetails.Builder |
eventSinkBotIds(List<String> eventSinkBotIds)
The IDs of the Skills and Digital Assistants that the Channel is routed to.
|
UpdateAppEventChannelDetails.Builder |
freeformTags(Map<String,String> freeformTags) |
UpdateAppEventChannelDetails.Builder |
name(String name) |
UpdateAppEventChannelDetails.Builder |
outboundUrl(String outboundUrl)
The URL for sending errors and responses to.
|
UpdateAppEventChannelDetails.Builder |
sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds) |
public UpdateAppEventChannelDetails.Builder name(String name)
public UpdateAppEventChannelDetails.Builder description(String description)
public UpdateAppEventChannelDetails.Builder sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds)
public UpdateAppEventChannelDetails.Builder freeformTags(Map<String,String> freeformTags)
public UpdateAppEventChannelDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public UpdateAppEventChannelDetails.Builder outboundUrl(String outboundUrl)
The URL for sending errors and responses to.
outboundUrl
- the value to setpublic UpdateAppEventChannelDetails.Builder eventSinkBotIds(List<String> eventSinkBotIds)
The IDs of the Skills and Digital Assistants that the Channel is routed to.
eventSinkBotIds
- the value to setpublic UpdateAppEventChannelDetails build()
public UpdateAppEventChannelDetails.Builder copy(UpdateAppEventChannelDetails model)
Copyright © 2016–2024. All rights reserved.