Class LabelSummaryReport.Builder
- java.lang.Object
-
- com.oracle.bmc.loganalytics.model.LabelSummaryReport.Builder
-
- Enclosing class:
- LabelSummaryReport
public static class LabelSummaryReport.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LabelSummaryReport
build()
LabelSummaryReport.Builder
copy(LabelSummaryReport model)
LabelSummaryReport.Builder
nonOobCount(Integer nonOobCount)
The count of custom (user defined) labels.LabelSummaryReport.Builder
oobCount(Integer oobCount)
The count of built in labels.
-
-
-
Method Detail
-
nonOobCount
public LabelSummaryReport.Builder nonOobCount(Integer nonOobCount)
The count of custom (user defined) labels.- Parameters:
nonOobCount
- the value to set- Returns:
- this builder
-
oobCount
public LabelSummaryReport.Builder oobCount(Integer oobCount)
The count of built in labels.- Parameters:
oobCount
- the value to set- Returns:
- this builder
-
build
public LabelSummaryReport build()
-
copy
public LabelSummaryReport.Builder copy(LabelSummaryReport model)
-
-