public static class AvailableWindowsUpdateSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AvailableWindowsUpdateSummary |
build() |
AvailableWindowsUpdateSummary.Builder |
copy(AvailableWindowsUpdateSummary model) |
AvailableWindowsUpdateSummary.Builder |
installable(WindowsUpdate.Installable installable)
Indicates whether the update can be installed using the service.
|
AvailableWindowsUpdateSummary.Builder |
isRebootRequiredForInstallation(Boolean isRebootRequiredForInstallation)
Indicates whether a reboot is required to complete the installation of this update.
|
AvailableWindowsUpdateSummary.Builder |
name(String name)
Name of the Windows update.
|
AvailableWindowsUpdateSummary.Builder |
updateId(String updateId)
Unique identifier for the Windows update.
|
AvailableWindowsUpdateSummary.Builder |
updateType(ClassificationTypes updateType)
The type of Windows update.
|
public AvailableWindowsUpdateSummary.Builder name(String name)
Name of the Windows update.
name
- the value to setpublic AvailableWindowsUpdateSummary.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’
updateId
- the value to setpublic AvailableWindowsUpdateSummary.Builder updateType(ClassificationTypes updateType)
The type of Windows update.
updateType
- the value to setpublic AvailableWindowsUpdateSummary.Builder installable(WindowsUpdate.Installable installable)
Indicates whether the update can be installed using the service.
installable
- the value to setpublic AvailableWindowsUpdateSummary.Builder isRebootRequiredForInstallation(Boolean isRebootRequiredForInstallation)
Indicates whether a reboot is required to complete the installation of this update.
isRebootRequiredForInstallation
- the value to setpublic AvailableWindowsUpdateSummary build()
public AvailableWindowsUpdateSummary.Builder copy(AvailableWindowsUpdateSummary model)
Copyright © 2016–2024. All rights reserved.