Class AutoLookups.Builder
- java.lang.Object
-
- com.oracle.bmc.loganalytics.model.AutoLookups.Builder
-
- Enclosing class:
- AutoLookups
public static class AutoLookups.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AutoLookups
build()
AutoLookups.Builder
canonicalLink(String canonicalLink)
The canonical link.AutoLookups.Builder
copy(AutoLookups model)
AutoLookups.Builder
totalCount(Long totalCount)
The total count.
-
-
-
Method Detail
-
canonicalLink
public AutoLookups.Builder canonicalLink(String canonicalLink)
The canonical link.- Parameters:
canonicalLink
- the value to set- Returns:
- this builder
-
totalCount
public AutoLookups.Builder totalCount(Long totalCount)
The total count.- Parameters:
totalCount
- the value to set- Returns:
- this builder
-
build
public AutoLookups build()
-
copy
public AutoLookups.Builder copy(AutoLookups model)
-
-