Package com.oracle.bmc.autoscaling.model
Class Metric.Builder
- java.lang.Object
-
- com.oracle.bmc.autoscaling.model.Metric.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Metric
build()
Metric.Builder
copy(Metric model)
Metric.Builder
metricType(Metric.MetricType metricType)
Metric.Builder
threshold(Threshold threshold)
-
-
-
Method Detail
-
metricType
public Metric.Builder metricType(Metric.MetricType metricType)
-
threshold
public Metric.Builder threshold(Threshold threshold)
-
build
public Metric build()
-
copy
public Metric.Builder copy(Metric model)
-
-