Package | Description |
---|---|
com.oracle.bmc.oda.model |
Modifier and Type | Method and Description |
---|---|
static CreateAppEventChannelResult.Builder |
CreateAppEventChannelResult.builder()
Create a new builder.
|
CreateAppEventChannelResult.Builder |
CreateAppEventChannelResult.Builder.category(ChannelCategory category) |
CreateAppEventChannelResult.Builder |
CreateAppEventChannelResult.Builder.copy(CreateAppEventChannelResult model) |
CreateAppEventChannelResult.Builder |
CreateAppEventChannelResult.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
CreateAppEventChannelResult.Builder |
CreateAppEventChannelResult.Builder.description(String description) |
CreateAppEventChannelResult.Builder |
CreateAppEventChannelResult.Builder.eventSinkBotIds(List<String> eventSinkBotIds)
The IDs of the Skills and Digital Assistants that the Channel is routed to.
|
CreateAppEventChannelResult.Builder |
CreateAppEventChannelResult.Builder.freeformTags(Map<String,String> freeformTags) |
CreateAppEventChannelResult.Builder |
CreateAppEventChannelResult.Builder.id(String id) |
CreateAppEventChannelResult.Builder |
CreateAppEventChannelResult.Builder.lifecycleState(LifecycleState lifecycleState) |
CreateAppEventChannelResult.Builder |
CreateAppEventChannelResult.Builder.name(String name) |
CreateAppEventChannelResult.Builder |
CreateAppEventChannelResult.Builder.outboundUrl(String outboundUrl)
The URL for sending errors and responses to.
|
CreateAppEventChannelResult.Builder |
CreateAppEventChannelResult.Builder.secretKey(String secretKey)
The secret key used to verify the authenticity of received messages.
|
CreateAppEventChannelResult.Builder |
CreateAppEventChannelResult.Builder.sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds) |
CreateAppEventChannelResult.Builder |
CreateAppEventChannelResult.Builder.timeCreated(Date timeCreated) |
CreateAppEventChannelResult.Builder |
CreateAppEventChannelResult.Builder.timeUpdated(Date timeUpdated) |
CreateAppEventChannelResult.Builder |
CreateAppEventChannelResult.toBuilder() |
CreateAppEventChannelResult.Builder |
CreateAppEventChannelResult.Builder.webhookUrl(String webhookUrl)
The URL to use to send messages to this channel.
|
Copyright © 2016–2024. All rights reserved.