Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Capacity |
build() |
Capacity.Builder |
capacityType(CapacityType capacityType)
The capacity model to use.
|
Capacity.Builder |
capacityValue(Integer capacityValue)
The capacity value selected (OLPU count, number of users, …etc…).
|
Capacity.Builder |
copy(Capacity model) |
public Capacity.Builder capacityType(CapacityType capacityType)
The capacity model to use.
capacityType
- the value to setpublic Capacity.Builder capacityValue(Integer capacityValue)
The capacity value selected (OLPU count, number of users, …etc…). This parameter affects the number of CPUs, amount of memory or other resources allocated to the instance.
capacityValue
- the value to setpublic Capacity build()
public Capacity.Builder copy(Capacity model)
Copyright © 2016–2023. All rights reserved.