Class LinkCommandDescriptor.Builder
- java.lang.Object
- 
- com.oracle.bmc.loganalytics.model.LinkCommandDescriptor.Builder
 
- 
- Enclosing class:
- LinkCommandDescriptor
 
 public static class LinkCommandDescriptor.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
displayQueryStringpublic LinkCommandDescriptor.Builder displayQueryString(String displayQueryString) 
 - 
internalQueryStringpublic LinkCommandDescriptor.Builder internalQueryString(String internalQueryString) 
 - 
categorypublic LinkCommandDescriptor.Builder category(String category) 
 - 
referencedFieldspublic LinkCommandDescriptor.Builder referencedFields(List<AbstractField> referencedFields) 
 - 
declaredFieldspublic LinkCommandDescriptor.Builder declaredFields(List<AbstractField> declaredFields) 
 - 
isHiddenpublic LinkCommandDescriptor.Builder isHidden(Boolean isHidden) 
 - 
shouldIncludeNullspublic LinkCommandDescriptor.Builder shouldIncludeNulls(Boolean shouldIncludeNulls) Option to return groups with a null value if specified.- Parameters:
- shouldIncludeNulls- the value to set
- Returns:
- this builder
 
 - 
shouldIncludeTrendspublic LinkCommandDescriptor.Builder shouldIncludeTrends(Boolean shouldIncludeTrends) Option to calculate trends of each group if specified.- Parameters:
- shouldIncludeTrends- the value to set
- Returns:
- this builder
 
 - 
spanpublic 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
 
 - 
buildpublic LinkCommandDescriptor build() 
 - 
copypublic LinkCommandDescriptor.Builder copy(LinkCommandDescriptor model) 
 
- 
 
-