Package com.oracle.bmc.opsi.model
Class ExadataInsightResourceCapacityTrendAggregation.Builder
- java.lang.Object
- 
- com.oracle.bmc.opsi.model.ExadataInsightResourceCapacityTrendAggregation.Builder
 
- 
- Enclosing class:
- ExadataInsightResourceCapacityTrendAggregation
 
 public static class ExadataInsightResourceCapacityTrendAggregation.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ExadataInsightResourceCapacityTrendAggregationbuild()ExadataInsightResourceCapacityTrendAggregation.Buildercapacity(Double capacity)The maximum allocated amount of the resource metric type (CPU, STORAGE) for a set of databases.ExadataInsightResourceCapacityTrendAggregation.Buildercopy(ExadataInsightResourceCapacityTrendAggregation model)ExadataInsightResourceCapacityTrendAggregation.BuilderendTimestamp(Date endTimestamp)The timestamp in which the current sampling period ends in RFC 3339 format.ExadataInsightResourceCapacityTrendAggregation.BuildertotalHostCapacity(Double totalHostCapacity)The maximum host CPUs (cores x threads/core) on the underlying infrastructure.
 
- 
- 
- 
Method Detail- 
endTimestamppublic ExadataInsightResourceCapacityTrendAggregation.Builder endTimestamp(Date endTimestamp) The timestamp in which the current sampling period ends in RFC 3339 format.- Parameters:
- endTimestamp- the value to set
- Returns:
- this builder
 
 - 
capacitypublic ExadataInsightResourceCapacityTrendAggregation.Builder capacity(Double capacity) The maximum allocated amount of the resource metric type (CPU, STORAGE) for a set of databases.- Parameters:
- capacity- the value to set
- Returns:
- this builder
 
 - 
totalHostCapacitypublic ExadataInsightResourceCapacityTrendAggregation.Builder totalHostCapacity(Double totalHostCapacity) The maximum host CPUs (cores x threads/core) on the underlying infrastructure.This only applies to CPU and does not not apply for Autonomous Databases. - Parameters:
- totalHostCapacity- the value to set
- Returns:
- this builder
 
 - 
buildpublic ExadataInsightResourceCapacityTrendAggregation build() 
 - 
copypublic ExadataInsightResourceCapacityTrendAggregation.Builder copy(ExadataInsightResourceCapacityTrendAggregation model) 
 
- 
 
-