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