Package com.oracle.bmc.mysql.model
Class CreateChannelDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.mysql.model.CreateChannelDetails.Builder
 
- 
- Enclosing class:
- CreateChannelDetails
 
 public static class CreateChannelDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
compartmentIdpublic CreateChannelDetails.Builder compartmentId(String compartmentId) The OCID of the compartment.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic CreateChannelDetails.Builder displayName(String displayName) The user-friendly name for the Channel.It does not have to be unique. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
isEnabledpublic CreateChannelDetails.Builder isEnabled(Boolean isEnabled) Whether the Channel should be enabled upon creation.If set to true, the Channel will be asynchronously started as a result of the create Channel operation. - Parameters:
- isEnabled- the value to set
- Returns:
- this builder
 
 - 
sourcepublic CreateChannelDetails.Builder source(CreateChannelSourceDetails source) 
 - 
targetpublic CreateChannelDetails.Builder target(CreateChannelTargetDetails target) 
 - 
descriptionpublic CreateChannelDetails.Builder description(String description) User provided information about the Channel.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic CreateChannelDetails.Builder freeformTags(Map<String,String> freeformTags) Simple key-value pair applied without any predefined name, type or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic CreateChannelDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) Usage of predefined tag keys.These predefined keys are scoped to namespaces. Example: {“foo-namespace”: {“bar-key”: “value”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic CreateChannelDetails build() 
 - 
copypublic CreateChannelDetails.Builder copy(CreateChannelDetails model) 
 
- 
 
-