Package com.oracle.bmc.dblm.model
Class HostInfo.Builder
- java.lang.Object
- 
- com.oracle.bmc.dblm.model.HostInfo.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description HostInfobuild()HostInfo.Buildercopy(HostInfo model)HostInfo.BuilderhostCores(Integer hostCores)Number of host cores.HostInfo.BuilderhostName(String hostName)The name of the host.
 
- 
- 
- 
Method Detail- 
hostNamepublic HostInfo.Builder hostName(String hostName) The name of the host.- Parameters:
- hostName- the value to set
- Returns:
- this builder
 
 - 
hostCorespublic HostInfo.Builder hostCores(Integer hostCores) Number of host cores.- Parameters:
- hostCores- the value to set
- Returns:
- this builder
 
 - 
buildpublic HostInfo build() 
 - 
copypublic HostInfo.Builder copy(HostInfo model) 
 
- 
 
-