Package com.oracle.bmc.blockchain.model
Class Osn.Builder
- java.lang.Object
-
- com.oracle.bmc.blockchain.model.Osn.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Osn.Builder
ad(AvailabilityDomain.Ads ad)
Availability Domain of OSNOsn
build()
Osn.Builder
copy(Osn model)
Osn.Builder
lifecycleState(Osn.LifecycleState lifecycleState)
The current state of the OSN.Osn.Builder
ocpuAllocationParam(OcpuAllocationNumberParam ocpuAllocationParam)
Osn.Builder
osnKey(String osnKey)
OSN identifier
-
-
-
Method Detail
-
osnKey
public Osn.Builder osnKey(String osnKey)
OSN identifier- Parameters:
osnKey
- the value to set- Returns:
- this builder
-
ad
public Osn.Builder ad(AvailabilityDomain.Ads ad)
Availability Domain of OSN- Parameters:
ad
- the value to set- Returns:
- this builder
-
ocpuAllocationParam
public Osn.Builder ocpuAllocationParam(OcpuAllocationNumberParam ocpuAllocationParam)
-
lifecycleState
public Osn.Builder lifecycleState(Osn.LifecycleState lifecycleState)
The current state of the OSN.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
build
public Osn build()
-
copy
public Osn.Builder copy(Osn model)
-
-