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