Class AwrDbCpuUsageCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.AwrDbCpuUsageCollection.Builder
-
- Enclosing class:
- AwrDbCpuUsageCollection
public static class AwrDbCpuUsageCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AwrDbCpuUsageCollection
build()
AwrDbCpuUsageCollection.Builder
copy(AwrDbCpuUsageCollection model)
AwrDbCpuUsageCollection.Builder
cpuCount(Integer cpuCount)
The number of CPUs available for the database to use.AwrDbCpuUsageCollection.Builder
dbQueryTimeInSecs(Double dbQueryTimeInSecs)
AwrDbCpuUsageCollection.Builder
items(List<AwrDbCpuUsageSummary> items)
A list of AWR CPU usage summary data.AwrDbCpuUsageCollection.Builder
name(String name)
AwrDbCpuUsageCollection.Builder
numCpuCores(Integer numCpuCores)
The number of available CPU cores, which include subcores of multicore and single-core CPUs.AwrDbCpuUsageCollection.Builder
numCpus(Double numCpus)
The number of available CPUs or processors.AwrDbCpuUsageCollection.Builder
queryKey(String queryKey)
AwrDbCpuUsageCollection.Builder
version(String version)
-
-
-
Method Detail
-
name
public AwrDbCpuUsageCollection.Builder name(String name)
-
version
public AwrDbCpuUsageCollection.Builder version(String version)
-
queryKey
public AwrDbCpuUsageCollection.Builder queryKey(String queryKey)
-
dbQueryTimeInSecs
public AwrDbCpuUsageCollection.Builder dbQueryTimeInSecs(Double dbQueryTimeInSecs)
-
numCpuCores
public AwrDbCpuUsageCollection.Builder numCpuCores(Integer numCpuCores)
The number of available CPU cores, which include subcores of multicore and single-core CPUs.- Parameters:
numCpuCores
- the value to set- Returns:
- this builder
-
cpuCount
public AwrDbCpuUsageCollection.Builder cpuCount(Integer cpuCount)
The number of CPUs available for the database to use.- Parameters:
cpuCount
- the value to set- Returns:
- this builder
-
numCpus
public AwrDbCpuUsageCollection.Builder numCpus(Double numCpus)
The number of available CPUs or processors.- Parameters:
numCpus
- the value to set- Returns:
- this builder
-
items
public AwrDbCpuUsageCollection.Builder items(List<AwrDbCpuUsageSummary> items)
A list of AWR CPU usage summary data.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public AwrDbCpuUsageCollection build()
-
copy
public AwrDbCpuUsageCollection.Builder copy(AwrDbCpuUsageCollection model)
-
-