Class CpeDeviceInfo.Builder
- java.lang.Object
- 
- com.oracle.bmc.vnmonitoring.model.CpeDeviceInfo.Builder
 
- 
- Enclosing class:
- CpeDeviceInfo
 
 public static class CpeDeviceInfo.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CpeDeviceInfobuild()CpeDeviceInfo.Buildercopy(CpeDeviceInfo model)CpeDeviceInfo.BuilderplatformSoftwareVersion(String platformSoftwareVersion)The platform or software version of the CPE device.CpeDeviceInfo.Buildervendor(String vendor)The vendor that makes the CPE device.
 
- 
- 
- 
Method Detail- 
vendorpublic CpeDeviceInfo.Builder vendor(String vendor) The vendor that makes the CPE device.- Parameters:
- vendor- the value to set
- Returns:
- this builder
 
 - 
platformSoftwareVersionpublic CpeDeviceInfo.Builder platformSoftwareVersion(String platformSoftwareVersion) The platform or software version of the CPE device.- Parameters:
- platformSoftwareVersion- the value to set
- Returns:
- this builder
 
 - 
buildpublic CpeDeviceInfo build() 
 - 
copypublic CpeDeviceInfo.Builder copy(CpeDeviceInfo model) 
 
- 
 
-