Package com.oracle.bmc.opsi.model
Class AddmDbRecommendationCategorySummary.Builder
- java.lang.Object
-
- com.oracle.bmc.opsi.model.AddmDbRecommendationCategorySummary.Builder
-
- Enclosing class:
- AddmDbRecommendationCategorySummary
public static class AddmDbRecommendationCategorySummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddmDbRecommendationCategorySummary
build()
AddmDbRecommendationCategorySummary.Builder
copy(AddmDbRecommendationCategorySummary model)
AddmDbRecommendationCategorySummary.Builder
displayName(String displayName)
Display name of recommendation categoryAddmDbRecommendationCategorySummary.Builder
id(String id)
The OCID of the Database insight.AddmDbRecommendationCategorySummary.Builder
name(String name)
Name of recommendation category
-
-
-
Method Detail
-
id
public AddmDbRecommendationCategorySummary.Builder id(String id)
The OCID of the Database insight.- Parameters:
id
- the value to set- Returns:
- this builder
-
name
public AddmDbRecommendationCategorySummary.Builder name(String name)
Name of recommendation category- Parameters:
name
- the value to set- Returns:
- this builder
-
displayName
public AddmDbRecommendationCategorySummary.Builder displayName(String displayName)
Display name of recommendation category- Parameters:
displayName
- the value to set- Returns:
- this builder
-
build
public AddmDbRecommendationCategorySummary build()
-
copy
public AddmDbRecommendationCategorySummary.Builder copy(AddmDbRecommendationCategorySummary model)
-
-