Class AwrDbCpuUsageSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemanagement.model.AwrDbCpuUsageSummary.Builder
 
- 
- Enclosing class:
- AwrDbCpuUsageSummary
 
 public static class AwrDbCpuUsageSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AwrDbCpuUsageSummary.BuilderavgValue(Double avgValue)The average CPU usage per second.AwrDbCpuUsageSummarybuild()AwrDbCpuUsageSummary.Buildercopy(AwrDbCpuUsageSummary model)AwrDbCpuUsageSummary.Buildertimestamp(Date timestamp)The timestamp for the CPU summary data.
 
- 
- 
- 
Method Detail- 
timestamppublic AwrDbCpuUsageSummary.Builder timestamp(Date timestamp) The timestamp for the CPU summary data.- Parameters:
- timestamp- the value to set
- Returns:
- this builder
 
 - 
avgValuepublic AwrDbCpuUsageSummary.Builder avgValue(Double avgValue) The average CPU usage per second.- Parameters:
- avgValue- the value to set
- Returns:
- this builder
 
 - 
buildpublic AwrDbCpuUsageSummary build() 
 - 
copypublic AwrDbCpuUsageSummary.Builder copy(AwrDbCpuUsageSummary model) 
 
- 
 
-