Package com.oracle.bmc.opsi.model
Class HostResourceCapacityTrendAggregation.Builder
- java.lang.Object
-
- com.oracle.bmc.opsi.model.HostResourceCapacityTrendAggregation.Builder
-
- Enclosing class:
- HostResourceCapacityTrendAggregation
public static class HostResourceCapacityTrendAggregation.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HostResourceCapacityTrendAggregation
build()
HostResourceCapacityTrendAggregation.Builder
capacity(Double capacity)
The maximum allocated amount of the resource metric type (CPU, STORAGE) for a set of databases.HostResourceCapacityTrendAggregation.Builder
copy(HostResourceCapacityTrendAggregation model)
HostResourceCapacityTrendAggregation.Builder
endTimestamp(Date endTimestamp)
The timestamp in which the current sampling period ends in RFC 3339 format.
-
-
-
Method Detail
-
endTimestamp
public HostResourceCapacityTrendAggregation.Builder endTimestamp(Date endTimestamp)
The timestamp in which the current sampling period ends in RFC 3339 format.- Parameters:
endTimestamp
- the value to set- Returns:
- this builder
-
capacity
public HostResourceCapacityTrendAggregation.Builder capacity(Double capacity)
The maximum allocated amount of the resource metric type (CPU, STORAGE) for a set of databases.- Parameters:
capacity
- the value to set- Returns:
- this builder
-
build
public HostResourceCapacityTrendAggregation build()
-
copy
public HostResourceCapacityTrendAggregation.Builder copy(HostResourceCapacityTrendAggregation model)
-
-