Package com.oracle.bmc.opsi.model
Class AddmDbFindingAggregation.Builder
- java.lang.Object
- 
- com.oracle.bmc.opsi.model.AddmDbFindingAggregation.Builder
 
- 
- Enclosing class:
- AddmDbFindingAggregation
 
 public static class AddmDbFindingAggregation.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic AddmDbFindingAggregation.Builder id(String id) The OCID of the Database insight.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
findingIdpublic AddmDbFindingAggregation.Builder findingId(String findingId) Unique finding id- Parameters:
- findingId- the value to set
- Returns:
- this builder
 
 - 
categoryNamepublic AddmDbFindingAggregation.Builder categoryName(String categoryName) Category name- Parameters:
- categoryName- the value to set
- Returns:
- this builder
 
 - 
categoryDisplayNamepublic AddmDbFindingAggregation.Builder categoryDisplayName(String categoryDisplayName) Category display name- Parameters:
- categoryDisplayName- the value to set
- Returns:
- this builder
 
 - 
namepublic AddmDbFindingAggregation.Builder name(String name) Finding name- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
messagepublic AddmDbFindingAggregation.Builder message(String message) Finding message- Parameters:
- message- the value to set
- Returns:
- this builder
 
 - 
impactOverallPercentpublic AddmDbFindingAggregation.Builder impactOverallPercent(Double impactOverallPercent) Overall impact in terms of percentage of total activity- Parameters:
- impactOverallPercent- the value to set
- Returns:
- this builder
 
 - 
impactMaxPercentpublic AddmDbFindingAggregation.Builder impactMaxPercent(Double impactMaxPercent) Maximum impact in terms of percentage of total activity- Parameters:
- impactMaxPercent- the value to set
- Returns:
- this builder
 
 - 
impactAvgActiveSessionspublic AddmDbFindingAggregation.Builder impactAvgActiveSessions(Double impactAvgActiveSessions) Impact in terms of average active sessions- Parameters:
- impactAvgActiveSessions- the value to set
- Returns:
- this builder
 
 - 
frequencyCountpublic AddmDbFindingAggregation.Builder frequencyCount(Integer frequencyCount) Number of occurrences for this finding- Parameters:
- frequencyCount- the value to set
- Returns:
- this builder
 
 - 
recommendationCountpublic AddmDbFindingAggregation.Builder recommendationCount(Integer recommendationCount) Number of recommendations for this finding- Parameters:
- recommendationCount- the value to set
- Returns:
- this builder
 
 - 
buildpublic AddmDbFindingAggregation build() 
 - 
copypublic AddmDbFindingAggregation.Builder copy(AddmDbFindingAggregation model) 
 
- 
 
-