Package com.oracle.bmc.logging.model
Class UnifiedAgentLoggingGrepFilter.Builder
- java.lang.Object
-
- com.oracle.bmc.logging.model.UnifiedAgentLoggingGrepFilter.Builder
-
- Enclosing class:
- UnifiedAgentLoggingGrepFilter
public static class UnifiedAgentLoggingGrepFilter.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnifiedAgentLoggingGrepFilter.Builder
allowList(List<GrepFilterAllowRule> allowList)
A list of filtering rules to include logsUnifiedAgentLoggingGrepFilter
build()
UnifiedAgentLoggingGrepFilter.Builder
copy(UnifiedAgentLoggingGrepFilter model)
UnifiedAgentLoggingGrepFilter.Builder
denyList(List<GrepFilterDenyRule> denyList)
A list of filtering rules to reject logsUnifiedAgentLoggingGrepFilter.Builder
name(String name)
-
-
-
Method Detail
-
name
public UnifiedAgentLoggingGrepFilter.Builder name(String name)
-
allowList
public UnifiedAgentLoggingGrepFilter.Builder allowList(List<GrepFilterAllowRule> allowList)
A list of filtering rules to include logs- Parameters:
allowList
- the value to set- Returns:
- this builder
-
denyList
public UnifiedAgentLoggingGrepFilter.Builder denyList(List<GrepFilterDenyRule> denyList)
A list of filtering rules to reject logs- Parameters:
denyList
- the value to set- Returns:
- this builder
-
build
public UnifiedAgentLoggingGrepFilter build()
-
copy
public UnifiedAgentLoggingGrepFilter.Builder copy(UnifiedAgentLoggingGrepFilter model)
-
-