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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description VsphereLicensebuild()VsphereLicense.Buildercopy(VsphereLicense model)VsphereLicense.BuilderlicenseKey(String licenseKey)vSphere license key value.VsphereLicense.BuilderlicenseType(String licenseType)vSphere license type.
 
- 
- 
- 
Method Detail- 
licenseTypepublic VsphereLicense.Builder licenseType(String licenseType) vSphere license type.- Parameters:
- licenseType- the value to set
- Returns:
- this builder
 
 - 
licenseKeypublic VsphereLicense.Builder licenseKey(String licenseKey) vSphere license key value.- Parameters:
- licenseKey- the value to set
- Returns:
- this builder
 
 - 
buildpublic VsphereLicense build() 
 - 
copypublic VsphereLicense.Builder copy(VsphereLicense model) 
 
- 
 
-