Package com.oracle.bmc.opsi.model
Class SummarizeExadataInsightResourceUtilizationInsightAggregation.Builder
- java.lang.Object
-
- com.oracle.bmc.opsi.model.SummarizeExadataInsightResourceUtilizationInsightAggregation.Builder
-
- Enclosing class:
- SummarizeExadataInsightResourceUtilizationInsightAggregation
public static class SummarizeExadataInsightResourceUtilizationInsightAggregation.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
timeIntervalStart
public SummarizeExadataInsightResourceUtilizationInsightAggregation.Builder timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.- Parameters:
timeIntervalStart
- the value to set- Returns:
- this builder
-
timeIntervalEnd
public SummarizeExadataInsightResourceUtilizationInsightAggregation.Builder timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.- Parameters:
timeIntervalEnd
- the value to set- Returns:
- this builder
-
highUtilizationThreshold
public SummarizeExadataInsightResourceUtilizationInsightAggregation.Builder highUtilizationThreshold(Integer highUtilizationThreshold)
Percent value in which a resource metric is considered highly utilized.- Parameters:
highUtilizationThreshold
- the value to set- Returns:
- this builder
-
lowUtilizationThreshold
public SummarizeExadataInsightResourceUtilizationInsightAggregation.Builder lowUtilizationThreshold(Integer lowUtilizationThreshold)
Percent value in which a resource metric is considered lowly utilized.- Parameters:
lowUtilizationThreshold
- the value to set- Returns:
- this builder
-
exadataResourceMetric
public SummarizeExadataInsightResourceUtilizationInsightAggregation.Builder exadataResourceMetric(SummarizeExadataInsightResourceUtilizationInsightAggregation.ExadataResourceMetric exadataResourceMetric)
Defines the type of exadata resource metric (example: CPU, STORAGE)- Parameters:
exadataResourceMetric
- the value to set- Returns:
- this builder
-
exadataResourceType
public SummarizeExadataInsightResourceUtilizationInsightAggregation.Builder exadataResourceType(SummarizeExadataInsightResourceUtilizationInsightAggregation.ExadataResourceType exadataResourceType)
Defines the resource type for an exadata (example: DATABASE, STORAGE_SERVER, HOST, DISKGROUP)- Parameters:
exadataResourceType
- the value to set- Returns:
- this builder
-
utilization
public SummarizeExadataInsightResourceUtilizationInsightAggregation.Builder utilization(List<ExadataInsightResourceInsightUtilizationItem> utilization)
Collection of Exadata system utilization- Parameters:
utilization
- the value to set- Returns:
- this builder
-
build
public SummarizeExadataInsightResourceUtilizationInsightAggregation build()
-
-