Package com.oracle.bmc.oda.model
Class CreateOSSChannelResult.Builder
- java.lang.Object
- 
- com.oracle.bmc.oda.model.CreateOSSChannelResult.Builder
 
- 
- Enclosing class:
- CreateOSSChannelResult
 
 public static class CreateOSSChannelResult.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic CreateOSSChannelResult.Builder id(String id) 
 - 
namepublic CreateOSSChannelResult.Builder name(String name) 
 - 
descriptionpublic CreateOSSChannelResult.Builder description(String description) 
 - 
categorypublic CreateOSSChannelResult.Builder category(ChannelCategory category) 
 - 
sessionExpiryDurationInMillisecondspublic CreateOSSChannelResult.Builder sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds) 
 - 
lifecycleStatepublic CreateOSSChannelResult.Builder lifecycleState(LifecycleState lifecycleState) 
 - 
timeCreatedpublic CreateOSSChannelResult.Builder timeCreated(Date timeCreated) 
 - 
timeUpdatedpublic CreateOSSChannelResult.Builder timeUpdated(Date timeUpdated) 
 - 
freeformTagspublic CreateOSSChannelResult.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic CreateOSSChannelResult.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
eventSinkBotIdspublic CreateOSSChannelResult.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
 
 - 
inboundMessageTopicpublic CreateOSSChannelResult.Builder inboundMessageTopic(String inboundMessageTopic) The topic inbound messages are received on.- Parameters:
- inboundMessageTopic- the value to set
- Returns:
- this builder
 
 - 
outboundMessageTopicpublic CreateOSSChannelResult.Builder outboundMessageTopic(String outboundMessageTopic) The topic outbound messages are sent on.- Parameters:
- outboundMessageTopic- the value to set
- Returns:
- this builder
 
 - 
bootstrapServerspublic CreateOSSChannelResult.Builder bootstrapServers(String bootstrapServers) The Oracle Streaming Service bootstrap servers.- Parameters:
- bootstrapServers- the value to set
- Returns:
- this builder
 
 - 
securityProtocolpublic CreateOSSChannelResult.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. - Parameters:
- securityProtocol- the value to set
- Returns:
- this builder
 
 - 
saslMechanismpublic CreateOSSChannelResult.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. - Parameters:
- saslMechanism- the value to set
- Returns:
- this builder
 
 - 
tenancyNamepublic CreateOSSChannelResult.Builder tenancyName(String tenancyName) The tenancy to use when connecting to the Oracle Streaming Service.- Parameters:
- tenancyName- the value to set
- Returns:
- this builder
 
 - 
userNamepublic CreateOSSChannelResult.Builder userName(String userName) The user name to use when connecting to the Oracle Streaming Service.- Parameters:
- userName- the value to set
- Returns:
- this builder
 
 - 
streamPoolIdpublic CreateOSSChannelResult.Builder streamPoolId(String streamPoolId) The stream pool OCI to use when connecting to the Oracle Streaming Service.- Parameters:
- streamPoolId- the value to set
- Returns:
- this builder
 
 - 
buildpublic CreateOSSChannelResult build() 
 - 
copypublic CreateOSSChannelResult.Builder copy(CreateOSSChannelResult model) 
 
- 
 
-