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