Class RecommendationExample.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.RecommendationExample.Builder
-
- Enclosing class:
- RecommendationExample
public static class RecommendationExample.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecommendationExample
build()
RecommendationExample.Builder
copy(RecommendationExample model)
RecommendationExample.Builder
lines(List<RecommendationExampleLine> lines)
The list of examples for the recommendation.
-
-
-
Method Detail
-
lines
public RecommendationExample.Builder lines(List<RecommendationExampleLine> lines)
The list of examples for the recommendation.- Parameters:
lines
- the value to set- Returns:
- this builder
-
build
public RecommendationExample build()
-
copy
public RecommendationExample.Builder copy(RecommendationExample model)
-
-