Package com.oracle.bmc.logging.model
Class UnifiedAgentApacheErrorParser.Builder
- java.lang.Object
-
- com.oracle.bmc.logging.model.UnifiedAgentApacheErrorParser.Builder
-
- Enclosing class:
- UnifiedAgentApacheErrorParser
public static class UnifiedAgentApacheErrorParser.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnifiedAgentApacheErrorParser
build()
UnifiedAgentApacheErrorParser.Builder
copy(UnifiedAgentApacheErrorParser model)
UnifiedAgentApacheErrorParser.Builder
fieldTimeKey(String fieldTimeKey)
UnifiedAgentApacheErrorParser.Builder
isEstimateCurrentEvent(Boolean isEstimateCurrentEvent)
UnifiedAgentApacheErrorParser.Builder
isKeepTimeKey(Boolean isKeepTimeKey)
UnifiedAgentApacheErrorParser.Builder
isNullEmptyString(Boolean isNullEmptyString)
UnifiedAgentApacheErrorParser.Builder
nullValuePattern(String nullValuePattern)
UnifiedAgentApacheErrorParser.Builder
timeoutInMilliseconds(Integer timeoutInMilliseconds)
UnifiedAgentApacheErrorParser.Builder
types(Map<String,String> types)
-
-
-
Method Detail
-
fieldTimeKey
public UnifiedAgentApacheErrorParser.Builder fieldTimeKey(String fieldTimeKey)
-
types
public UnifiedAgentApacheErrorParser.Builder types(Map<String,String> types)
-
nullValuePattern
public UnifiedAgentApacheErrorParser.Builder nullValuePattern(String nullValuePattern)
-
isNullEmptyString
public UnifiedAgentApacheErrorParser.Builder isNullEmptyString(Boolean isNullEmptyString)
-
isEstimateCurrentEvent
public UnifiedAgentApacheErrorParser.Builder isEstimateCurrentEvent(Boolean isEstimateCurrentEvent)
-
isKeepTimeKey
public UnifiedAgentApacheErrorParser.Builder isKeepTimeKey(Boolean isKeepTimeKey)
-
timeoutInMilliseconds
public UnifiedAgentApacheErrorParser.Builder timeoutInMilliseconds(Integer timeoutInMilliseconds)
-
build
public UnifiedAgentApacheErrorParser build()
-
copy
public UnifiedAgentApacheErrorParser.Builder copy(UnifiedAgentApacheErrorParser model)
-
-