Class LogSetsCount.Builder
- java.lang.Object
-
- com.oracle.bmc.loganalytics.model.LogSetsCount.Builder
-
- Enclosing class:
- LogSetsCount
public static class LogSetsCount.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogSetsCount
build()
LogSetsCount.Builder
copy(LogSetsCount model)
LogSetsCount.Builder
count(Long count)
This is the total number of log sets the tenancy has configured.
-
-
-
Method Detail
-
count
public LogSetsCount.Builder count(Long count)
This is the total number of log sets the tenancy has configured.- Parameters:
count
- the value to set- Returns:
- this builder
-
build
public LogSetsCount build()
-
copy
public LogSetsCount.Builder copy(LogSetsCount model)
-
-