Class HighlightCommandDescriptor.Builder
- java.lang.Object
-
- com.oracle.bmc.loganalytics.model.HighlightCommandDescriptor.Builder
-
- Enclosing class:
- HighlightCommandDescriptor
public static class HighlightCommandDescriptor.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
displayQueryString
public HighlightCommandDescriptor.Builder displayQueryString(String displayQueryString)
-
internalQueryString
public HighlightCommandDescriptor.Builder internalQueryString(String internalQueryString)
-
category
public HighlightCommandDescriptor.Builder category(String category)
-
referencedFields
public HighlightCommandDescriptor.Builder referencedFields(List<AbstractField> referencedFields)
-
declaredFields
public HighlightCommandDescriptor.Builder declaredFields(List<AbstractField> declaredFields)
-
isHidden
public HighlightCommandDescriptor.Builder isHidden(Boolean isHidden)
-
color
public HighlightCommandDescriptor.Builder color(String color)
User specified color to highlight matches with if found.- Parameters:
color
- the value to set- Returns:
- this builder
-
fields
public HighlightCommandDescriptor.Builder fields(List<String> fields)
List of fields specified to highlight with the same color if matches found.- Parameters:
fields
- the value to set- Returns:
- this builder
-
keywords
public HighlightCommandDescriptor.Builder keywords(List<String> keywords)
List of terms or phrases to highlight if found.- Parameters:
keywords
- the value to set- Returns:
- this builder
-
build
public HighlightCommandDescriptor build()
-
copy
public HighlightCommandDescriptor.Builder copy(HighlightCommandDescriptor model)
-
-