Package com.oracle.bmc.logging.model
Class UnifiedAgentWindowsEventSource.Builder
- java.lang.Object
- 
- com.oracle.bmc.logging.model.UnifiedAgentWindowsEventSource.Builder
 
- 
- Enclosing class:
- UnifiedAgentWindowsEventSource
 
 public static class UnifiedAgentWindowsEventSource.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UnifiedAgentWindowsEventSourcebuild()UnifiedAgentWindowsEventSource.Builderchannels(List<String> channels)Windows event log channels.UnifiedAgentWindowsEventSource.Buildercopy(UnifiedAgentWindowsEventSource model)UnifiedAgentWindowsEventSource.Buildername(String name)
 
- 
- 
- 
Method Detail- 
namepublic UnifiedAgentWindowsEventSource.Builder name(String name) 
 - 
channelspublic UnifiedAgentWindowsEventSource.Builder channels(List<String> channels) Windows event log channels.- Parameters:
- channels- the value to set
- Returns:
- this builder
 
 - 
buildpublic UnifiedAgentWindowsEventSource build() 
 - 
copypublic UnifiedAgentWindowsEventSource.Builder copy(UnifiedAgentWindowsEventSource model) 
 
- 
 
-