Package | Description |
---|---|
com.oracle.bmc.oda.model |
Modifier and Type | Method and Description |
---|---|
OSSChannel.Builder |
OSSChannel.Builder.bootstrapServers(String bootstrapServers)
The Oracle Streaming Service bootstrap servers.
|
static OSSChannel.Builder |
OSSChannel.builder()
Create a new builder.
|
OSSChannel.Builder |
OSSChannel.Builder.category(ChannelCategory category) |
OSSChannel.Builder |
OSSChannel.Builder.copy(OSSChannel model) |
OSSChannel.Builder |
OSSChannel.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
OSSChannel.Builder |
OSSChannel.Builder.description(String description) |
OSSChannel.Builder |
OSSChannel.Builder.eventSinkBotIds(List<String> eventSinkBotIds)
The IDs of the Skills and Digital Assistants that the Channel is routed to.
|
OSSChannel.Builder |
OSSChannel.Builder.freeformTags(Map<String,String> freeformTags) |
OSSChannel.Builder |
OSSChannel.Builder.id(String id) |
OSSChannel.Builder |
OSSChannel.Builder.inboundMessageTopic(String inboundMessageTopic)
The topic inbound messages are received on.
|
OSSChannel.Builder |
OSSChannel.Builder.lifecycleState(LifecycleState lifecycleState) |
OSSChannel.Builder |
OSSChannel.Builder.name(String name) |
OSSChannel.Builder |
OSSChannel.Builder.outboundMessageTopic(String outboundMessageTopic)
The topic outbound messages are sent on.
|
OSSChannel.Builder |
OSSChannel.Builder.saslMechanism(String saslMechanism)
The SASL mechanmism to use when conecting to the Oracle Streaming Service.
|
OSSChannel.Builder |
OSSChannel.Builder.securityProtocol(String securityProtocol)
The security protocol to use when conecting to the Oracle Streaming Service.
|
OSSChannel.Builder |
OSSChannel.Builder.sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds) |
OSSChannel.Builder |
OSSChannel.Builder.streamPoolId(String streamPoolId)
The stream pool OCI to use when connecting to the Oracle Streaming Service.
|
OSSChannel.Builder |
OSSChannel.Builder.tenancyName(String tenancyName)
The tenancy to use when connecting to the Oracle Streaming Service.
|
OSSChannel.Builder |
OSSChannel.Builder.timeCreated(Date timeCreated) |
OSSChannel.Builder |
OSSChannel.Builder.timeUpdated(Date timeUpdated) |
OSSChannel.Builder |
OSSChannel.toBuilder() |
OSSChannel.Builder |
OSSChannel.Builder.userName(String userName)
The user name to use when connecting to the Oracle Streaming Service.
|
Copyright © 2016–2024. All rights reserved.