Class AlertLogCountSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.AlertLogCountSummary.Builder
-
- Enclosing class:
- AlertLogCountSummary
public static class AlertLogCountSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlertLogCountSummary
build()
AlertLogCountSummary.Builder
category(AlertLogCountSummary.Category category)
The category of different alert logs.AlertLogCountSummary.Builder
copy(AlertLogCountSummary model)
AlertLogCountSummary.Builder
count(Integer count)
The count of alert logs with specific category.
-
-
-
Method Detail
-
category
public AlertLogCountSummary.Builder category(AlertLogCountSummary.Category category)
The category of different alert logs.- Parameters:
category
- the value to set- Returns:
- this builder
-
count
public AlertLogCountSummary.Builder count(Integer count)
The count of alert logs with specific category.- Parameters:
count
- the value to set- Returns:
- this builder
-
build
public AlertLogCountSummary build()
-
copy
public AlertLogCountSummary.Builder copy(AlertLogCountSummary model)
-
-