Package com.oracle.bmc.opsi.model
Class AwrDatabaseSysstatSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.opsi.model.AwrDatabaseSysstatSummary.Builder
-
- Enclosing class:
- AwrDatabaseSysstatSummary
public static class AwrDatabaseSysstatSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AwrDatabaseSysstatSummary.Builder
avgValue(Double avgValue)
The average value of the SYSSTAT.AwrDatabaseSysstatSummary
build()
AwrDatabaseSysstatSummary.Builder
category(String category)
The name of the SYSSTAT category.AwrDatabaseSysstatSummary.Builder
copy(AwrDatabaseSysstatSummary model)
AwrDatabaseSysstatSummary.Builder
currentValue(Double currentValue)
The last value of the SYSSTAT.AwrDatabaseSysstatSummary.Builder
name(String name)
The name of the SYSSTAT.AwrDatabaseSysstatSummary.Builder
timeBegin(Date timeBegin)
The start time of the SYSSTAT.AwrDatabaseSysstatSummary.Builder
timeEnd(Date timeEnd)
The end time of the SYSSTAT.
-
-
-
Method Detail
-
name
public AwrDatabaseSysstatSummary.Builder name(String name)
The name of the SYSSTAT.- Parameters:
name
- the value to set- Returns:
- this builder
-
category
public AwrDatabaseSysstatSummary.Builder category(String category)
The name of the SYSSTAT category.- Parameters:
category
- the value to set- Returns:
- this builder
-
timeBegin
public AwrDatabaseSysstatSummary.Builder timeBegin(Date timeBegin)
The start time of the SYSSTAT.- Parameters:
timeBegin
- the value to set- Returns:
- this builder
-
timeEnd
public AwrDatabaseSysstatSummary.Builder timeEnd(Date timeEnd)
The end time of the SYSSTAT.- Parameters:
timeEnd
- the value to set- Returns:
- this builder
-
avgValue
public AwrDatabaseSysstatSummary.Builder avgValue(Double avgValue)
The average value of the SYSSTAT.The units are stats name/val per the time period {timeBegin - timeEnd}.
- Parameters:
avgValue
- the value to set- Returns:
- this builder
-
currentValue
public AwrDatabaseSysstatSummary.Builder currentValue(Double currentValue)
The last value of the SYSSTAT.The units are stats name/val per the time period {timeBegin - timeEnd}.
- Parameters:
currentValue
- the value to set- Returns:
- this builder
-
build
public AwrDatabaseSysstatSummary build()
-
copy
public AwrDatabaseSysstatSummary.Builder copy(AwrDatabaseSysstatSummary model)
-
-