Uses of Class
com.oracle.bmc.analytics.model.Capacity.Builder
-
Packages that use Capacity.Builder Package Description com.oracle.bmc.analytics.model -
-
Uses of Capacity.Builder in com.oracle.bmc.analytics.model
Methods in com.oracle.bmc.analytics.model that return Capacity.Builder Modifier and Type Method Description static Capacity.Builder
Capacity. builder()
Create a new builder.Capacity.Builder
Capacity.Builder. capacityType(CapacityType capacityType)
The capacity model to use.Capacity.Builder
Capacity.Builder. capacityValue(Integer capacityValue)
The capacity value selected, either the number of OCPUs (OLPU_COUNT) or the number of users (USER_COUNT).Capacity.Builder
Capacity.Builder. copy(Capacity model)
Capacity.Builder
Capacity. toBuilder()
-