Class AwrDbMetricSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemanagement.model.AwrDbMetricSummary.Builder
 
- 
- Enclosing class:
- AwrDbMetricSummary
 
 public static class AwrDbMetricSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AwrDbMetricSummary.BuilderavgValue(Double avgValue)The average value of the sampling period.AwrDbMetricSummarybuild()AwrDbMetricSummary.Buildercopy(AwrDbMetricSummary model)AwrDbMetricSummary.BuildermaxValue(Double maxValue)The maximum value of the sampling period.AwrDbMetricSummary.BuilderminValue(Double minValue)The minimum value of the sampling period.AwrDbMetricSummary.Buildername(String name)The name of the metric.AwrDbMetricSummary.Buildertimestamp(Date timestamp)The time of the sampling.
 
- 
- 
- 
Method Detail- 
namepublic AwrDbMetricSummary.Builder name(String name) The name of the metric.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
timestamppublic AwrDbMetricSummary.Builder timestamp(Date timestamp) The time of the sampling.- Parameters:
- timestamp- the value to set
- Returns:
- this builder
 
 - 
avgValuepublic AwrDbMetricSummary.Builder avgValue(Double avgValue) The average value of the sampling period.- Parameters:
- avgValue- the value to set
- Returns:
- this builder
 
 - 
minValuepublic AwrDbMetricSummary.Builder minValue(Double minValue) The minimum value of the sampling period.- Parameters:
- minValue- the value to set
- Returns:
- this builder
 
 - 
maxValuepublic AwrDbMetricSummary.Builder maxValue(Double maxValue) The maximum value of the sampling period.- Parameters:
- maxValue- the value to set
- Returns:
- this builder
 
 - 
buildpublic AwrDbMetricSummary build() 
 - 
copypublic AwrDbMetricSummary.Builder copy(AwrDbMetricSummary model) 
 
- 
 
-