public static class AddmDbRecommendationAggregation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AddmDbRecommendationAggregation |
build() |
AddmDbRecommendationAggregation.Builder |
copy(AddmDbRecommendationAggregation model) |
AddmDbRecommendationAggregation.Builder |
frequencyCount(Integer frequencyCount)
Number of occurrences for this recommendation
|
AddmDbRecommendationAggregation.Builder |
id(String id)
The OCID
of the Database insight.
|
AddmDbRecommendationAggregation.Builder |
implementActions(List<String> implementActions)
Actions that can be performed to implement the recommendation (such as ‘ALTER PARAMETER’,
‘RUN SQL TUNING ADVISOR’)
|
AddmDbRecommendationAggregation.Builder |
maxBenefitAvgActiveSessions(Double maxBenefitAvgActiveSessions)
Maximum estimated benefit in terms of average active sessions
|
AddmDbRecommendationAggregation.Builder |
maxBenefitPercent(Double maxBenefitPercent)
Maximum estimated benefit in terms of percentage of total activity
|
AddmDbRecommendationAggregation.Builder |
message(String message)
Recommendation message
|
AddmDbRecommendationAggregation.Builder |
overallBenefitPercent(Double overallBenefitPercent)
Overall estimated benefit in terms of percentage of total activity
|
AddmDbRecommendationAggregation.Builder |
rationale(String rationale)
Recommendation message
|
AddmDbRecommendationAggregation.Builder |
relatedObject(RelatedObjectTypeDetails relatedObject) |
AddmDbRecommendationAggregation.Builder |
requiresDbRestart(String requiresDbRestart)
Indicates implementation of the recommended action requires a database restart in order
for it to take effect.
|
AddmDbRecommendationAggregation.Builder |
type(String type)
Type of recommendation
|
public AddmDbRecommendationAggregation.Builder id(String id)
The OCID of the Database insight.
id
- the value to setpublic AddmDbRecommendationAggregation.Builder type(String type)
Type of recommendation
type
- the value to setpublic AddmDbRecommendationAggregation.Builder message(String message)
Recommendation message
message
- the value to setpublic AddmDbRecommendationAggregation.Builder requiresDbRestart(String requiresDbRestart)
Indicates implementation of the recommended action requires a database restart in order for it to take effect. Possible values “Y”, “N” and null.
requiresDbRestart
- the value to setpublic AddmDbRecommendationAggregation.Builder implementActions(List<String> implementActions)
Actions that can be performed to implement the recommendation (such as ‘ALTER PARAMETER’, ‘RUN SQL TUNING ADVISOR’)
implementActions
- the value to setpublic AddmDbRecommendationAggregation.Builder rationale(String rationale)
Recommendation message
rationale
- the value to setpublic AddmDbRecommendationAggregation.Builder maxBenefitPercent(Double maxBenefitPercent)
Maximum estimated benefit in terms of percentage of total activity
maxBenefitPercent
- the value to setpublic AddmDbRecommendationAggregation.Builder overallBenefitPercent(Double overallBenefitPercent)
Overall estimated benefit in terms of percentage of total activity
overallBenefitPercent
- the value to setpublic AddmDbRecommendationAggregation.Builder maxBenefitAvgActiveSessions(Double maxBenefitAvgActiveSessions)
Maximum estimated benefit in terms of average active sessions
maxBenefitAvgActiveSessions
- the value to setpublic AddmDbRecommendationAggregation.Builder frequencyCount(Integer frequencyCount)
Number of occurrences for this recommendation
frequencyCount
- the value to setpublic AddmDbRecommendationAggregation.Builder relatedObject(RelatedObjectTypeDetails relatedObject)
public AddmDbRecommendationAggregation build()
public AddmDbRecommendationAggregation.Builder copy(AddmDbRecommendationAggregation model)
Copyright © 2016–2024. All rights reserved.