Package com.oracle.bmc.blockchain.model
Class OcpuAllocationNumberParam.Builder
- java.lang.Object
-
- com.oracle.bmc.blockchain.model.OcpuAllocationNumberParam.Builder
-
- Enclosing class:
- OcpuAllocationNumberParam
public static class OcpuAllocationNumberParam.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OcpuAllocationNumberParam
build()
OcpuAllocationNumberParam.Builder
copy(OcpuAllocationNumberParam model)
OcpuAllocationNumberParam.Builder
ocpuAllocationNumber(Float ocpuAllocationNumber)
Number of OCPU allocation
-
-
-
Method Detail
-
ocpuAllocationNumber
public OcpuAllocationNumberParam.Builder ocpuAllocationNumber(Float ocpuAllocationNumber)
Number of OCPU allocation- Parameters:
ocpuAllocationNumber
- the value to set- Returns:
- this builder
-
build
public OcpuAllocationNumberParam build()
-
copy
public OcpuAllocationNumberParam.Builder copy(OcpuAllocationNumberParam model)
-
-