Package com.oracle.bmc.opsi.model
Class NewsContentTypes.Builder
- java.lang.Object
-
- com.oracle.bmc.opsi.model.NewsContentTypes.Builder
-
- Enclosing class:
- NewsContentTypes
public static class NewsContentTypes.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NewsContentTypes.BuilderactionableInsightsResources(List<ActionableInsightsContentTypesResource> actionableInsightsResources)Supported resources for actionable insights content type.NewsContentTypesbuild()NewsContentTypes.BuildercapacityPlanningResources(List<NewsContentTypesResource> capacityPlanningResources)Supported resources for capacity planning content type.NewsContentTypes.Buildercopy(NewsContentTypes model)NewsContentTypes.BuildersqlInsightsFleetAnalysisResources(List<NewsSqlInsightsContentTypesResource> sqlInsightsFleetAnalysisResources)Supported resources for SQL insights - fleet analysis content type.NewsContentTypes.BuildersqlInsightsPerformanceDegradationResources(List<NewsSqlInsightsContentTypesResource> sqlInsightsPerformanceDegradationResources)Supported resources for SQL insights - performance degradation content type.NewsContentTypes.BuildersqlInsightsPlanChangesResources(List<NewsSqlInsightsContentTypesResource> sqlInsightsPlanChangesResources)Supported resources for SQL insights - plan changes content type.NewsContentTypes.BuildersqlInsightsTopDatabasesResources(List<NewsSqlInsightsContentTypesResource> sqlInsightsTopDatabasesResources)Supported resources for SQL insights - top databases content type.NewsContentTypes.BuildersqlInsightsTopSqlByInsightsResources(List<NewsSqlInsightsContentTypesResource> sqlInsightsTopSqlByInsightsResources)Supported resources for SQL insights - top SQL by insights content type.NewsContentTypes.BuildersqlInsightsTopSqlResources(List<NewsSqlInsightsContentTypesResource> sqlInsightsTopSqlResources)Supported resources for SQL insights - top SQL content type.
-
-
-
Method Detail
-
capacityPlanningResources
public NewsContentTypes.Builder capacityPlanningResources(List<NewsContentTypesResource> capacityPlanningResources)
Supported resources for capacity planning content type.- Parameters:
capacityPlanningResources- the value to set- Returns:
- this builder
-
sqlInsightsFleetAnalysisResources
public NewsContentTypes.Builder sqlInsightsFleetAnalysisResources(List<NewsSqlInsightsContentTypesResource> sqlInsightsFleetAnalysisResources)
Supported resources for SQL insights - fleet analysis content type.- Parameters:
sqlInsightsFleetAnalysisResources- the value to set- Returns:
- this builder
-
sqlInsightsPlanChangesResources
public NewsContentTypes.Builder sqlInsightsPlanChangesResources(List<NewsSqlInsightsContentTypesResource> sqlInsightsPlanChangesResources)
Supported resources for SQL insights - plan changes content type.- Parameters:
sqlInsightsPlanChangesResources- the value to set- Returns:
- this builder
-
sqlInsightsTopDatabasesResources
public NewsContentTypes.Builder sqlInsightsTopDatabasesResources(List<NewsSqlInsightsContentTypesResource> sqlInsightsTopDatabasesResources)
Supported resources for SQL insights - top databases content type.- Parameters:
sqlInsightsTopDatabasesResources- the value to set- Returns:
- this builder
-
sqlInsightsTopSqlByInsightsResources
public NewsContentTypes.Builder sqlInsightsTopSqlByInsightsResources(List<NewsSqlInsightsContentTypesResource> sqlInsightsTopSqlByInsightsResources)
Supported resources for SQL insights - top SQL by insights content type.- Parameters:
sqlInsightsTopSqlByInsightsResources- the value to set- Returns:
- this builder
-
sqlInsightsTopSqlResources
public NewsContentTypes.Builder sqlInsightsTopSqlResources(List<NewsSqlInsightsContentTypesResource> sqlInsightsTopSqlResources)
Supported resources for SQL insights - top SQL content type.- Parameters:
sqlInsightsTopSqlResources- the value to set- Returns:
- this builder
-
sqlInsightsPerformanceDegradationResources
public NewsContentTypes.Builder sqlInsightsPerformanceDegradationResources(List<NewsSqlInsightsContentTypesResource> sqlInsightsPerformanceDegradationResources)
Supported resources for SQL insights - performance degradation content type.- Parameters:
sqlInsightsPerformanceDegradationResources- the value to set- Returns:
- this builder
-
actionableInsightsResources
public NewsContentTypes.Builder actionableInsightsResources(List<ActionableInsightsContentTypesResource> actionableInsightsResources)
Supported resources for actionable insights content type.- Parameters:
actionableInsightsResources- the value to set- Returns:
- this builder
-
build
public NewsContentTypes build()
-
copy
public NewsContentTypes.Builder copy(NewsContentTypes model)
-
-