Class LookupField.Builder
- java.lang.Object
-
- com.oracle.bmc.loganalytics.model.LookupField.Builder
-
- Enclosing class:
- LookupField
public static class LookupField.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LookupField
build()
LookupField.Builder
commonFieldName(String commonFieldName)
The common field name.LookupField.Builder
copy(LookupField model)
LookupField.Builder
defaultMatchValue(String defaultMatchValue)
The default match value.LookupField.Builder
displayName(String displayName)
The field display name.LookupField.Builder
isCommonField(Boolean isCommonField)
A flag indicating whether or not the lookup field is a common field.LookupField.Builder
matchOperator(String matchOperator)
The match operator.LookupField.Builder
name(String name)
The field name.LookupField.Builder
position(Long position)
THe field position.
-
-
-
Method Detail
-
commonFieldName
public LookupField.Builder commonFieldName(String commonFieldName)
The common field name.- Parameters:
commonFieldName
- the value to set- Returns:
- this builder
-
defaultMatchValue
public LookupField.Builder defaultMatchValue(String defaultMatchValue)
The default match value.- Parameters:
defaultMatchValue
- the value to set- Returns:
- this builder
-
displayName
public LookupField.Builder displayName(String displayName)
The field display name.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
isCommonField
public LookupField.Builder isCommonField(Boolean isCommonField)
A flag indicating whether or not the lookup field is a common field.- Parameters:
isCommonField
- the value to set- Returns:
- this builder
-
matchOperator
public LookupField.Builder matchOperator(String matchOperator)
The match operator.- Parameters:
matchOperator
- the value to set- Returns:
- this builder
-
name
public LookupField.Builder name(String name)
The field name.- Parameters:
name
- the value to set- Returns:
- this builder
-
position
public LookupField.Builder position(Long position)
THe field position.- Parameters:
position
- the value to set- Returns:
- this builder
-
build
public LookupField build()
-
copy
public LookupField.Builder copy(LookupField model)
-
-