public static class RuleFinding.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public RuleFinding.Builder message(String message)
A high-level overview of the findings of the Optimizer Statistics Advisor.
message
- the value to setpublic RuleFinding.Builder details(List<FindingSchemaOrOperation> details)
The details of the schema or operation.
details
- the value to setpublic RuleFinding.Builder recommendations(List<Recommendation> recommendations)
The list of recommendations.
recommendations
- the value to setpublic RuleFinding build()
public RuleFinding.Builder copy(RuleFinding model)
Copyright © 2016–2024. All rights reserved.