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 Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public AddmDbFindingAggregation.Builder id(String id)
The OCID of the Database insight.- Parameters:
id
- the value to set- Returns:
- this builder
-
findingId
public AddmDbFindingAggregation.Builder findingId(String findingId)
Unique finding id- Parameters:
findingId
- the value to set- Returns:
- this builder
-
categoryName
public AddmDbFindingAggregation.Builder categoryName(String categoryName)
Category name- Parameters:
categoryName
- the value to set- Returns:
- this builder
-
categoryDisplayName
public AddmDbFindingAggregation.Builder categoryDisplayName(String categoryDisplayName)
Category display name- Parameters:
categoryDisplayName
- the value to set- Returns:
- this builder
-
name
public AddmDbFindingAggregation.Builder name(String name)
Finding name- Parameters:
name
- the value to set- Returns:
- this builder
-
message
public AddmDbFindingAggregation.Builder message(String message)
Finding message- Parameters:
message
- the value to set- Returns:
- this builder
-
impactOverallPercent
public AddmDbFindingAggregation.Builder impactOverallPercent(Double impactOverallPercent)
Overall impact in terms of percentage of total activity- Parameters:
impactOverallPercent
- the value to set- Returns:
- this builder
-
impactMaxPercent
public AddmDbFindingAggregation.Builder impactMaxPercent(Double impactMaxPercent)
Maximum impact in terms of percentage of total activity- Parameters:
impactMaxPercent
- the value to set- Returns:
- this builder
-
impactAvgActiveSessions
public AddmDbFindingAggregation.Builder impactAvgActiveSessions(Double impactAvgActiveSessions)
Impact in terms of average active sessions- Parameters:
impactAvgActiveSessions
- the value to set- Returns:
- this builder
-
frequencyCount
public AddmDbFindingAggregation.Builder frequencyCount(Integer frequencyCount)
Number of occurrences for this finding- Parameters:
frequencyCount
- the value to set- Returns:
- this builder
-
recommendationCount
public AddmDbFindingAggregation.Builder recommendationCount(Integer recommendationCount)
Number of recommendations for this finding- Parameters:
recommendationCount
- the value to set- Returns:
- this builder
-
build
public AddmDbFindingAggregation build()
-
copy
public AddmDbFindingAggregation.Builder copy(AddmDbFindingAggregation model)
-
-