Package com.oracle.bmc.ocvp.model
Class VsphereLicense.Builder
- java.lang.Object
-
- com.oracle.bmc.ocvp.model.VsphereLicense.Builder
-
- Enclosing class:
- VsphereLicense
public static class VsphereLicense.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VsphereLicense
build()
VsphereLicense.Builder
copy(VsphereLicense model)
VsphereLicense.Builder
licenseKey(String licenseKey)
vSphere license key value.VsphereLicense.Builder
licenseType(String licenseType)
vSphere license type.
-
-
-
Method Detail
-
licenseType
public VsphereLicense.Builder licenseType(String licenseType)
vSphere license type.- Parameters:
licenseType
- the value to set- Returns:
- this builder
-
licenseKey
public VsphereLicense.Builder licenseKey(String licenseKey)
vSphere license key value.- Parameters:
licenseKey
- the value to set- Returns:
- this builder
-
build
public VsphereLicense build()
-
copy
public VsphereLicense.Builder copy(VsphereLicense model)
-
-