Class LinkCommandDescriptor.Builder
- java.lang.Object
-
- com.oracle.bmc.loganalytics.model.LinkCommandDescriptor.Builder
-
- Enclosing class:
- LinkCommandDescriptor
public static class LinkCommandDescriptor.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
displayQueryString
public LinkCommandDescriptor.Builder displayQueryString(String displayQueryString)
-
internalQueryString
public LinkCommandDescriptor.Builder internalQueryString(String internalQueryString)
-
category
public LinkCommandDescriptor.Builder category(String category)
-
referencedFields
public LinkCommandDescriptor.Builder referencedFields(List<AbstractField> referencedFields)
-
declaredFields
public LinkCommandDescriptor.Builder declaredFields(List<AbstractField> declaredFields)
-
isHidden
public LinkCommandDescriptor.Builder isHidden(Boolean isHidden)
-
shouldIncludeNulls
public LinkCommandDescriptor.Builder shouldIncludeNulls(Boolean shouldIncludeNulls)
Option to return groups with a null value if specified.- Parameters:
shouldIncludeNulls
- the value to set- Returns:
- this builder
-
shouldIncludeTrends
public LinkCommandDescriptor.Builder shouldIncludeTrends(Boolean shouldIncludeTrends)
Option to calculate trends of each group if specified.- Parameters:
shouldIncludeTrends
- the value to set- Returns:
- this builder
-
span
public LinkCommandDescriptor.Builder span(String span)
Option to control the size of buckets in the histogram e.g 8hrs - each bar other than first and last should represent 8hr time span.Will be adjusted to a larger span if time range is very large.
- Parameters:
span
- the value to set- Returns:
- this builder
-
build
public LinkCommandDescriptor build()
-
copy
public LinkCommandDescriptor.Builder copy(LinkCommandDescriptor model)
-
-