public static class UpdateOSSChannelDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateOSSChannelDetails.Builder |
authToken(String authToken)
The authentication token to use when connecting to the Oracle Streaming Service.
|
UpdateOSSChannelDetails.Builder |
bootstrapServers(String bootstrapServers)
The Oracle Streaming Service bootstrap servers.
|
UpdateOSSChannelDetails |
build() |
UpdateOSSChannelDetails.Builder |
copy(UpdateOSSChannelDetails model) |
UpdateOSSChannelDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags) |
UpdateOSSChannelDetails.Builder |
description(String description) |
UpdateOSSChannelDetails.Builder |
eventSinkBotIds(List<String> eventSinkBotIds)
The IDs of the Skills and Digital Assistants that the Channel is routed to.
|
UpdateOSSChannelDetails.Builder |
freeformTags(Map<String,String> freeformTags) |
UpdateOSSChannelDetails.Builder |
inboundMessageTopic(String inboundMessageTopic)
The topic inbound messages are received on.
|
UpdateOSSChannelDetails.Builder |
name(String name) |
UpdateOSSChannelDetails.Builder |
outboundMessageTopic(String outboundMessageTopic)
The topic outbound messages are sent on.
|
UpdateOSSChannelDetails.Builder |
saslMechanism(String saslMechanism)
The SASL mechanmism to use when conecting to the Oracle Streaming Service.
|
UpdateOSSChannelDetails.Builder |
securityProtocol(String securityProtocol)
The security protocol to use when conecting to the Oracle Streaming Service.
|
UpdateOSSChannelDetails.Builder |
sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds) |
UpdateOSSChannelDetails.Builder |
streamPoolId(String streamPoolId)
The stream pool OCI to use when connecting to the Oracle Streaming Service.
|
UpdateOSSChannelDetails.Builder |
tenancyName(String tenancyName)
The tenancy to use when connecting to the Oracle Streaming Service.
|
UpdateOSSChannelDetails.Builder |
userName(String userName)
The user name to use when connecting to the Oracle Streaming Service.
|
public UpdateOSSChannelDetails.Builder name(String name)
public UpdateOSSChannelDetails.Builder description(String description)
public UpdateOSSChannelDetails.Builder sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds)
public UpdateOSSChannelDetails.Builder freeformTags(Map<String,String> freeformTags)
public UpdateOSSChannelDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public UpdateOSSChannelDetails.Builder eventSinkBotIds(List<String> eventSinkBotIds)
The IDs of the Skills and Digital Assistants that the Channel is routed to.
eventSinkBotIds
- the value to setpublic UpdateOSSChannelDetails.Builder inboundMessageTopic(String inboundMessageTopic)
The topic inbound messages are received on.
inboundMessageTopic
- the value to setpublic UpdateOSSChannelDetails.Builder outboundMessageTopic(String outboundMessageTopic)
The topic outbound messages are sent on.
outboundMessageTopic
- the value to setpublic UpdateOSSChannelDetails.Builder bootstrapServers(String bootstrapServers)
The Oracle Streaming Service bootstrap servers.
bootstrapServers
- the value to setpublic UpdateOSSChannelDetails.Builder securityProtocol(String securityProtocol)
The security protocol to use when conecting to the Oracle Streaming Service. See Oracle Streaming Service documentation for a list of valid values.
securityProtocol
- the value to setpublic UpdateOSSChannelDetails.Builder saslMechanism(String saslMechanism)
The SASL mechanmism to use when conecting to the Oracle Streaming Service. See Oracle Streaming Service documentation for a list of valid values.
saslMechanism
- the value to setpublic UpdateOSSChannelDetails.Builder tenancyName(String tenancyName)
The tenancy to use when connecting to the Oracle Streaming Service.
tenancyName
- the value to setpublic UpdateOSSChannelDetails.Builder userName(String userName)
The user name to use when connecting to the Oracle Streaming Service.
userName
- the value to setpublic UpdateOSSChannelDetails.Builder streamPoolId(String streamPoolId)
The stream pool OCI to use when connecting to the Oracle Streaming Service.
streamPoolId
- the value to setpublic UpdateOSSChannelDetails.Builder authToken(String authToken)
The authentication token to use when connecting to the Oracle Streaming Service.
authToken
- the value to setpublic UpdateOSSChannelDetails build()
public UpdateOSSChannelDetails.Builder copy(UpdateOSSChannelDetails model)
Copyright © 2016–2024. All rights reserved.