public static class SummarizeExadataInsightResourceForecastTrendAggregation.Builder extends Object
Constructor and Description |
---|
Builder() |
public SummarizeExadataInsightResourceForecastTrendAggregation.Builder timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.
timeIntervalStart
- the value to setpublic SummarizeExadataInsightResourceForecastTrendAggregation.Builder timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.
timeIntervalEnd
- the value to setpublic SummarizeExadataInsightResourceForecastTrendAggregation.Builder exadataResourceMetric(SummarizeExadataInsightResourceForecastTrendAggregation.ExadataResourceMetric exadataResourceMetric)
Defines the type of exadata resource metric (example: CPU, STORAGE)
exadataResourceMetric
- the value to setpublic SummarizeExadataInsightResourceForecastTrendAggregation.Builder exadataResourceType(SummarizeExadataInsightResourceForecastTrendAggregation.ExadataResourceType exadataResourceType)
Defines the resource type for an exadata (example: DATABASE, STORAGE_SERVER, HOST, DISKGROUP)
exadataResourceType
- the value to setpublic SummarizeExadataInsightResourceForecastTrendAggregation.Builder usageUnit(SummarizeExadataInsightResourceForecastTrendAggregation.UsageUnit usageUnit)
Displays usage unit ( CORES, GB , PERCENT, MBPS)
usageUnit
- the value to setpublic SummarizeExadataInsightResourceForecastTrendAggregation.Builder selectedForecastAlgorithm(String selectedForecastAlgorithm)
Auto-ML algorithm leveraged for the forecast. Only applicable for Auto-ML forecast.
selectedForecastAlgorithm
- the value to setpublic SummarizeExadataInsightResourceForecastTrendAggregation.Builder pattern(SummarizeExadataInsightResourceForecastTrendAggregation.Pattern pattern)
Time series patterns used in the forecasting.
pattern
- the value to setpublic SummarizeExadataInsightResourceForecastTrendAggregation.Builder daysToReachCapacity(Integer daysToReachCapacity)
Days to reach capacity for a storage server
daysToReachCapacity
- the value to setpublic SummarizeExadataInsightResourceForecastTrendAggregation.Builder historicalData(List<HistoricalDataItem> historicalData)
Time series data used for the forecast analysis.
historicalData
- the value to setpublic SummarizeExadataInsightResourceForecastTrendAggregation.Builder projectedData(List<ProjectedDataItem> projectedData)
Time series data result of the forecasting analysis.
projectedData
- the value to setpublic SummarizeExadataInsightResourceForecastTrendAggregation build()
Copyright © 2016–2024. All rights reserved.