Package com.oracle.bmc.psql.model
Class EnabledInsightDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.psql.model.EnabledInsightDetails.Builder
-
- Enclosing class:
- EnabledInsightDetails
public static class EnabledInsightDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnabledInsightDetailsbuild()EnabledInsightDetails.Buildercopy(EnabledInsightDetails model)EnabledInsightDetails.BuilderodspInsightList(List<OdspInsight> odspInsightList)List of ODSP Insight and their configurations.
-
-
-
Method Detail
-
odspInsightList
public EnabledInsightDetails.Builder odspInsightList(List<OdspInsight> odspInsightList)
List of ODSP Insight and their configurations.- Parameters:
odspInsightList- the value to set- Returns:
- this builder
-
build
public EnabledInsightDetails build()
-
copy
public EnabledInsightDetails.Builder copy(EnabledInsightDetails model)
-
-