Class AwrDbCpuUsageCollection.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemanagement.model.AwrDbCpuUsageCollection.Builder
 
- 
- Enclosing class:
- AwrDbCpuUsageCollection
 
 public static class AwrDbCpuUsageCollection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AwrDbCpuUsageCollectionbuild()AwrDbCpuUsageCollection.Buildercopy(AwrDbCpuUsageCollection model)AwrDbCpuUsageCollection.BuildercpuCount(Integer cpuCount)The number of CPUs available for the database to use.AwrDbCpuUsageCollection.BuilderdbQueryTimeInSecs(Double dbQueryTimeInSecs)AwrDbCpuUsageCollection.Builderitems(List<AwrDbCpuUsageSummary> items)A list of AWR CPU usage summary data.AwrDbCpuUsageCollection.Buildername(String name)AwrDbCpuUsageCollection.BuildernumCpuCores(Integer numCpuCores)The number of available CPU cores, which include subcores of multicore and single-core CPUs.AwrDbCpuUsageCollection.BuildernumCpus(Double numCpus)The number of available CPUs or processors.AwrDbCpuUsageCollection.BuilderqueryKey(String queryKey)AwrDbCpuUsageCollection.Builderversion(String version)
 
- 
- 
- 
Method Detail- 
namepublic AwrDbCpuUsageCollection.Builder name(String name) 
 - 
versionpublic AwrDbCpuUsageCollection.Builder version(String version) 
 - 
queryKeypublic AwrDbCpuUsageCollection.Builder queryKey(String queryKey) 
 - 
dbQueryTimeInSecspublic AwrDbCpuUsageCollection.Builder dbQueryTimeInSecs(Double dbQueryTimeInSecs) 
 - 
numCpuCorespublic 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
 
 - 
cpuCountpublic AwrDbCpuUsageCollection.Builder cpuCount(Integer cpuCount) The number of CPUs available for the database to use.- Parameters:
- cpuCount- the value to set
- Returns:
- this builder
 
 - 
numCpuspublic AwrDbCpuUsageCollection.Builder numCpus(Double numCpus) The number of available CPUs or processors.- Parameters:
- numCpus- the value to set
- Returns:
- this builder
 
 - 
itemspublic AwrDbCpuUsageCollection.Builder items(List<AwrDbCpuUsageSummary> items) A list of AWR CPU usage summary data.- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic AwrDbCpuUsageCollection build() 
 - 
copypublic AwrDbCpuUsageCollection.Builder copy(AwrDbCpuUsageCollection model) 
 
- 
 
-