Package com.oracle.bmc.oda.model
Class CreateAppEventChannelDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.oda.model.CreateAppEventChannelDetails.Builder
-
- Enclosing class:
- CreateAppEventChannelDetails
public static class CreateAppEventChannelDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
name
public CreateAppEventChannelDetails.Builder name(String name)
-
description
public CreateAppEventChannelDetails.Builder description(String description)
-
sessionExpiryDurationInMilliseconds
public CreateAppEventChannelDetails.Builder sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds)
-
freeformTags
public CreateAppEventChannelDetails.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public CreateAppEventChannelDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
outboundUrl
public CreateAppEventChannelDetails.Builder outboundUrl(String outboundUrl)
The URL for sending errors and responses to.- Parameters:
outboundUrl
- the value to set- Returns:
- this builder
-
eventSinkBotIds
public CreateAppEventChannelDetails.Builder eventSinkBotIds(List<String> eventSinkBotIds)
The IDs of the Skills and Digital Assistants that the Channel is routed to.- Parameters:
eventSinkBotIds
- the value to set- Returns:
- this builder
-
build
public CreateAppEventChannelDetails build()
-
copy
public CreateAppEventChannelDetails.Builder copy(CreateAppEventChannelDetails model)
-
-