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