Package com.oracle.bmc.blockchain.model
Class Osn.Builder
- java.lang.Object
- 
- com.oracle.bmc.blockchain.model.Osn.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Osn.Builderad(AvailabilityDomain.Ads ad)Availability Domain of OSNOsnbuild()Osn.Buildercopy(Osn model)Osn.BuilderlifecycleState(Osn.LifecycleState lifecycleState)The current state of the OSN.Osn.BuilderocpuAllocationParam(OcpuAllocationNumberParam ocpuAllocationParam)Osn.BuilderosnKey(String osnKey)OSN identifier
 
- 
- 
- 
Method Detail- 
osnKeypublic Osn.Builder osnKey(String osnKey) OSN identifier- Parameters:
- osnKey- the value to set
- Returns:
- this builder
 
 - 
adpublic Osn.Builder ad(AvailabilityDomain.Ads ad) Availability Domain of OSN- Parameters:
- ad- the value to set
- Returns:
- this builder
 
 - 
ocpuAllocationParampublic Osn.Builder ocpuAllocationParam(OcpuAllocationNumberParam ocpuAllocationParam) 
 - 
lifecycleStatepublic Osn.Builder lifecycleState(Osn.LifecycleState lifecycleState) The current state of the OSN.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
buildpublic Osn build() 
 - 
copypublic Osn.Builder copy(Osn model) 
 
- 
 
-