Class WindowsUpdateSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagement.model.WindowsUpdateSummary.Builder
-
- Enclosing class:
- WindowsUpdateSummary
public static class WindowsUpdateSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WindowsUpdateSummary
build()
WindowsUpdateSummary.Builder
copy(WindowsUpdateSummary model)
WindowsUpdateSummary.Builder
displayName(String displayName)
Windows Update nameWindowsUpdateSummary.Builder
installable(IsEligibleForInstallation installable)
Indicates whether the update can be installed using OSMS.WindowsUpdateSummary.Builder
isRebootRequiredForInstallation(Boolean isRebootRequiredForInstallation)
Indicates whether a reboot may be required to complete installation of this update.WindowsUpdateSummary.Builder
name(String name)
Unique identifier for the Windows update.WindowsUpdateSummary.Builder
updateType(UpdateTypes updateType)
The purpose of this update.
-
-
-
Method Detail
-
displayName
public WindowsUpdateSummary.Builder displayName(String displayName)
Windows Update name- Parameters:
displayName
- the value to set- Returns:
- this builder
-
name
public WindowsUpdateSummary.Builder name(String name)
Unique identifier for the Windows update.NOTE - This is not an OCID, but is a unique identifier assigned by Microsoft. Example: 6981d463-cd91-4a26-b7c4-ea4ded9183ed
- Parameters:
name
- the value to set- Returns:
- this builder
-
updateType
public WindowsUpdateSummary.Builder updateType(UpdateTypes updateType)
The purpose of this update.- Parameters:
updateType
- the value to set- Returns:
- this builder
-
installable
public WindowsUpdateSummary.Builder installable(IsEligibleForInstallation installable)
Indicates whether the update can be installed using OSMS.- Parameters:
installable
- the value to set- Returns:
- this builder
-
isRebootRequiredForInstallation
public WindowsUpdateSummary.Builder isRebootRequiredForInstallation(Boolean isRebootRequiredForInstallation)
Indicates whether a reboot may be required to complete installation of this update.- Parameters:
isRebootRequiredForInstallation
- the value to set- Returns:
- this builder
-
build
public WindowsUpdateSummary build()
-
copy
public WindowsUpdateSummary.Builder copy(WindowsUpdateSummary model)
-
-