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