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