Class ScopeFilter.Builder
- java.lang.Object
-
- com.oracle.bmc.loganalytics.model.ScopeFilter.Builder
-
- Enclosing class:
- ScopeFilter
public static class ScopeFilter.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScopeFilter
build()
ScopeFilter.Builder
copy(ScopeFilter model)
ScopeFilter.Builder
fieldName(String fieldName)
Field must be a valid logging-analytics out-of-the-box field.ScopeFilter.Builder
values(List<Object> values)
Field values that will be used to filter the query scope.
-
-
-
Method Detail
-
fieldName
public ScopeFilter.Builder fieldName(String fieldName)
Field must be a valid logging-analytics out-of-the-box field.- Parameters:
fieldName
- the value to set- Returns:
- this builder
-
values
public ScopeFilter.Builder values(List<Object> values)
Field values that will be used to filter the query scope.Please note all values should reflect the fields data type otherwise the query is subject to fail.
- Parameters:
values
- the value to set- Returns:
- this builder
-
build
public ScopeFilter build()
-
copy
public ScopeFilter.Builder copy(ScopeFilter model)
-
-