public static class LogAnalyticsLookup.Builder extends Object
Constructor and Description |
---|
Builder() |
public LogAnalyticsLookup.Builder activeEditVersion(Long activeEditVersion)
The active edit version.
activeEditVersion
- the value to setpublic LogAnalyticsLookup.Builder canonicalLink(String canonicalLink)
The canonical link.
canonicalLink
- the value to setpublic LogAnalyticsLookup.Builder description(String description)
The lookup description.
description
- the value to setpublic LogAnalyticsLookup.Builder editVersion(Long editVersion)
The edit version.
editVersion
- the value to setpublic LogAnalyticsLookup.Builder fields(List<LookupField> fields)
The lookup fields.
fields
- the value to setpublic LogAnalyticsLookup.Builder lookupReference(Long lookupReference)
The lookup reference as an integer.
lookupReference
- the value to setpublic LogAnalyticsLookup.Builder lookupReferenceString(String lookupReferenceString)
The lookup reference as a string.
lookupReferenceString
- the value to setpublic LogAnalyticsLookup.Builder type(LogAnalyticsLookup.Type type)
The lookup type. Valid values are Lookup, Dictionary or Module.
type
- the value to setpublic LogAnalyticsLookup.Builder name(String name)
The lookup name.
name
- the value to setpublic LogAnalyticsLookup.Builder isBuiltIn(Long isBuiltIn)
A flag indicating if the lookup is custom (user-defined) or built in.
isBuiltIn
- the value to setpublic LogAnalyticsLookup.Builder isHidden(Boolean isHidden)
A flag indicating if the lookup is hidden or not. A hidden lookup will not be returned in list operations by default.
isHidden
- the value to setpublic LogAnalyticsLookup.Builder lookupDisplayName(String lookupDisplayName)
The lookup display name.
lookupDisplayName
- the value to setpublic LogAnalyticsLookup.Builder referringSources(AutoLookups referringSources)
public LogAnalyticsLookup.Builder statusSummary(StatusSummary statusSummary)
public LogAnalyticsLookup.Builder timeUpdated(Date timeUpdated)
The last updated date.
timeUpdated
- the value to setpublic LogAnalyticsLookup.Builder categories(List<LogAnalyticsCategory> categories)
An array of categories assigned to this lookup. The isSystem flag denotes if each category assignment is user-created or Oracle-defined.
categories
- the value to setpublic LogAnalyticsLookup build()
public LogAnalyticsLookup.Builder copy(LogAnalyticsLookup model)
Copyright © 2016–2024. All rights reserved.