Class HighlightGroupsCommandDescriptor.Builder
- java.lang.Object
-
- com.oracle.bmc.loganalytics.model.HighlightGroupsCommandDescriptor.Builder
-
- Enclosing class:
- HighlightGroupsCommandDescriptor
public static class HighlightGroupsCommandDescriptor.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
displayQueryString
public HighlightGroupsCommandDescriptor.Builder displayQueryString(String displayQueryString)
-
internalQueryString
public HighlightGroupsCommandDescriptor.Builder internalQueryString(String internalQueryString)
-
category
public HighlightGroupsCommandDescriptor.Builder category(String category)
-
referencedFields
public HighlightGroupsCommandDescriptor.Builder referencedFields(List<AbstractField> referencedFields)
-
declaredFields
public HighlightGroupsCommandDescriptor.Builder declaredFields(List<AbstractField> declaredFields)
-
isHidden
public HighlightGroupsCommandDescriptor.Builder isHidden(Boolean isHidden)
-
color
public HighlightGroupsCommandDescriptor.Builder color(String color)
User specified color to highlight matches with if found.- Parameters:
color
- the value to set- Returns:
- this builder
-
priority
public HighlightGroupsCommandDescriptor.Builder priority(String priority)
User specified priority assigned to highlighted matches if found.- Parameters:
priority
- the value to set- Returns:
- this builder
-
matchOnly
public HighlightGroupsCommandDescriptor.Builder matchOnly(List<String> matchOnly)
List of fields to search for terms or phrases to highlight.If not specified all string fields are scanned.
- Parameters:
matchOnly
- the value to set- Returns:
- this builder
-
fields
public HighlightGroupsCommandDescriptor.Builder fields(List<String> fields)
List of fields to search for terms or phrases to highlight.- Parameters:
fields
- the value to set- Returns:
- this builder
-
keywords
public HighlightGroupsCommandDescriptor.Builder keywords(List<String> keywords)
List of terms or phrases to highlight if found.- Parameters:
keywords
- the value to set- Returns:
- this builder
-
subQueries
public HighlightGroupsCommandDescriptor.Builder subQueries(List<ParseQueryOutput> subQueries)
List of subQueries specified as highlightgroups command arguments- Parameters:
subQueries
- the value to set- Returns:
- this builder
-
build
public HighlightGroupsCommandDescriptor build()
-
copy
public HighlightGroupsCommandDescriptor.Builder copy(HighlightGroupsCommandDescriptor model)
-
-