Package com.oracle.bmc.ocvp.model
Class VsphereUpgradeObject.Builder
- java.lang.Object
- 
- com.oracle.bmc.ocvp.model.VsphereUpgradeObject.Builder
 
- 
- Enclosing class:
- VsphereUpgradeObject
 
 public static class VsphereUpgradeObject.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description VsphereUpgradeObjectbuild()VsphereUpgradeObject.Buildercopy(VsphereUpgradeObject model)VsphereUpgradeObject.BuilderdownloadLink(String downloadLink)Binary object download link.VsphereUpgradeObject.BuilderlinkDescription(String linkDescription)Binary object description.
 
- 
- 
- 
Method Detail- 
downloadLinkpublic VsphereUpgradeObject.Builder downloadLink(String downloadLink) Binary object download link.- Parameters:
- downloadLink- the value to set
- Returns:
- this builder
 
 - 
linkDescriptionpublic VsphereUpgradeObject.Builder linkDescription(String linkDescription) Binary object description.- Parameters:
- linkDescription- the value to set
- Returns:
- this builder
 
 - 
buildpublic VsphereUpgradeObject build() 
 - 
copypublic VsphereUpgradeObject.Builder copy(VsphereUpgradeObject model) 
 
- 
 
-