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