Class RecommendationExampleLine.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.RecommendationExampleLine.Builder
-
- Enclosing class:
- RecommendationExampleLine
public static class RecommendationExampleLine.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecommendationExampleLine
build()
RecommendationExampleLine.Builder
comment(String comment)
The comments about the operation.RecommendationExampleLine.Builder
copy(RecommendationExampleLine model)
RecommendationExampleLine.Builder
operation(String operation)
The details of the example operation.
-
-
-
Method Detail
-
operation
public RecommendationExampleLine.Builder operation(String operation)
The details of the example operation.- Parameters:
operation
- the value to set- Returns:
- this builder
-
comment
public RecommendationExampleLine.Builder comment(String comment)
The comments about the operation.- Parameters:
comment
- the value to set- Returns:
- this builder
-
build
public RecommendationExampleLine build()
-
copy
public RecommendationExampleLine.Builder copy(RecommendationExampleLine model)
-
-