Class WindowsUpdateSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.osmanagementhub.model.WindowsUpdateSummary.Builder
 
- 
- Enclosing class:
- WindowsUpdateSummary
 
 public static class WindowsUpdateSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description WindowsUpdateSummarybuild()WindowsUpdateSummary.Buildercopy(WindowsUpdateSummary model)WindowsUpdateSummary.Builderinstallable(WindowsUpdate.Installable installable)Indicates whether the update can be installed using the service.WindowsUpdateSummary.BuilderisRebootRequiredForInstallation(Boolean isRebootRequiredForInstallation)Indicates whether a reboot is required to complete the installation of this update.WindowsUpdateSummary.Buildername(String name)Name of the Windows update.WindowsUpdateSummary.BuilderupdateId(String updateId)Unique identifier for the Windows update.WindowsUpdateSummary.BuilderupdateType(ClassificationTypes updateType)The type of Windows update.
 
- 
- 
- 
Method Detail- 
namepublic WindowsUpdateSummary.Builder name(String name) Name of the Windows update.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
updateIdpublic WindowsUpdateSummary.Builder updateId(String updateId) Unique identifier for the Windows update.Note that this is not an OCID, but is a unique identifier assigned by Microsoft. Example: 6981d463-cd91-4a26-b7c4-ea4ded9183ed - Parameters:
- updateId- the value to set
- Returns:
- this builder
 
 - 
updateTypepublic WindowsUpdateSummary.Builder updateType(ClassificationTypes updateType) The type of Windows update.- Parameters:
- updateType- the value to set
- Returns:
- this builder
 
 - 
installablepublic WindowsUpdateSummary.Builder installable(WindowsUpdate.Installable installable) Indicates whether the update can be installed using the service.- Parameters:
- installable- the value to set
- Returns:
- this builder
 
 - 
isRebootRequiredForInstallationpublic WindowsUpdateSummary.Builder isRebootRequiredForInstallation(Boolean isRebootRequiredForInstallation) Indicates whether a reboot is required to complete the installation of this update.- Parameters:
- isRebootRequiredForInstallation- the value to set
- Returns:
- this builder
 
 - 
buildpublic WindowsUpdateSummary build() 
 - 
copypublic WindowsUpdateSummary.Builder copy(WindowsUpdateSummary model) 
 
- 
 
-