Package com.oracle.bmc.monitoring.model
Class AggregatedDatapoint.Builder
- java.lang.Object
- 
- com.oracle.bmc.monitoring.model.AggregatedDatapoint.Builder
 
- 
- Enclosing class:
- AggregatedDatapoint
 
 public static class AggregatedDatapoint.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AggregatedDatapointbuild()AggregatedDatapoint.Buildercopy(AggregatedDatapoint model)AggregatedDatapoint.Buildertimestamp(Date timestamp)The date and time associated with the value of this data point.AggregatedDatapoint.Buildervalue(Double value)Numeric value of the metric.
 
- 
- 
- 
Method Detail- 
timestamppublic AggregatedDatapoint.Builder timestamp(Date timestamp) The date and time associated with the value of this data point.Format defined by RFC3339. Example: 2023-02-01T01:02:29.600Z - Parameters:
- timestamp- the value to set
- Returns:
- this builder
 
 - 
valuepublic AggregatedDatapoint.Builder value(Double value) Numeric value of the metric.Example: 10.4 - Parameters:
- value- the value to set
- Returns:
- this builder
 
 - 
buildpublic AggregatedDatapoint build() 
 - 
copypublic AggregatedDatapoint.Builder copy(AggregatedDatapoint model) 
 
- 
 
-