Class RuleFinding.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.RuleFinding.Builder
-
- Enclosing class:
- RuleFinding
public static class RuleFinding.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuleFinding
build()
RuleFinding.Builder
copy(RuleFinding model)
RuleFinding.Builder
details(List<FindingSchemaOrOperation> details)
The details of the schema or operation.RuleFinding.Builder
message(String message)
A high-level overview of the findings of the Optimizer Statistics Advisor.RuleFinding.Builder
recommendations(List<Recommendation> recommendations)
The list of recommendations.
-
-
-
Method Detail
-
message
public RuleFinding.Builder message(String message)
A high-level overview of the findings of the Optimizer Statistics Advisor.- Parameters:
message
- the value to set- Returns:
- this builder
-
details
public RuleFinding.Builder details(List<FindingSchemaOrOperation> details)
The details of the schema or operation.- Parameters:
details
- the value to set- Returns:
- this builder
-
recommendations
public RuleFinding.Builder recommendations(List<Recommendation> recommendations)
The list of recommendations.- Parameters:
recommendations
- the value to set- Returns:
- this builder
-
build
public RuleFinding build()
-
copy
public RuleFinding.Builder copy(RuleFinding model)
-
-