Package com.oracle.bmc.logging.model
Class UnifiedAgentSyslogParser.Builder
- java.lang.Object
- 
- com.oracle.bmc.logging.model.UnifiedAgentSyslogParser.Builder
 
- 
- Enclosing class:
- UnifiedAgentSyslogParser
 
 public static class UnifiedAgentSyslogParser.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
fieldTimeKeypublic UnifiedAgentSyslogParser.Builder fieldTimeKey(String fieldTimeKey) 
 - 
typespublic UnifiedAgentSyslogParser.Builder types(Map<String,String> types) 
 - 
nullValuePatternpublic UnifiedAgentSyslogParser.Builder nullValuePattern(String nullValuePattern) 
 - 
isNullEmptyStringpublic UnifiedAgentSyslogParser.Builder isNullEmptyString(Boolean isNullEmptyString) 
 - 
isEstimateCurrentEventpublic UnifiedAgentSyslogParser.Builder isEstimateCurrentEvent(Boolean isEstimateCurrentEvent) 
 - 
isKeepTimeKeypublic UnifiedAgentSyslogParser.Builder isKeepTimeKey(Boolean isKeepTimeKey) 
 - 
timeoutInMillisecondspublic UnifiedAgentSyslogParser.Builder timeoutInMilliseconds(Integer timeoutInMilliseconds) 
 - 
timeFormatpublic UnifiedAgentSyslogParser.Builder timeFormat(String timeFormat) Time format.- Parameters:
- timeFormat- the value to set
- Returns:
- this builder
 
 - 
rfc5424TimeFormatpublic UnifiedAgentSyslogParser.Builder rfc5424TimeFormat(String rfc5424TimeFormat) RFC 5424 time format.- Parameters:
- rfc5424TimeFormat- the value to set
- Returns:
- this builder
 
 - 
messageFormatpublic UnifiedAgentSyslogParser.Builder messageFormat(UnifiedAgentSyslogParser.MessageFormat messageFormat) Syslog message format.- Parameters:
- messageFormat- the value to set
- Returns:
- this builder
 
 - 
isWithPrioritypublic UnifiedAgentSyslogParser.Builder isWithPriority(Boolean isWithPriority) Specifies with priority or not.Corresponds to the Fluentd with_priority parameter. - Parameters:
- isWithPriority- the value to set
- Returns:
- this builder
 
 - 
isSupportColonlessIdentpublic UnifiedAgentSyslogParser.Builder isSupportColonlessIdent(Boolean isSupportColonlessIdent) Specifies whether or not to support colonless ident.Corresponds to the Fluentd support_colonless_ident parameter. - Parameters:
- isSupportColonlessIdent- the value to set
- Returns:
- this builder
 
 - 
syslogParserTypepublic UnifiedAgentSyslogParser.Builder syslogParserType(UnifiedAgentSyslogParser.SyslogParserType syslogParserType) Syslog parser type.- Parameters:
- syslogParserType- the value to set
- Returns:
- this builder
 
 - 
buildpublic UnifiedAgentSyslogParser build() 
 - 
copypublic UnifiedAgentSyslogParser.Builder copy(UnifiedAgentSyslogParser model) 
 
- 
 
-