Class InstalledWindowsUpdateSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagementhub.model.InstalledWindowsUpdateSummary.Builder
-
- Enclosing class:
- InstalledWindowsUpdateSummary
public static class InstalledWindowsUpdateSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstalledWindowsUpdateSummary
build()
InstalledWindowsUpdateSummary.Builder
copy(InstalledWindowsUpdateSummary model)
InstalledWindowsUpdateSummary.Builder
name(String name)
Name of the Windows update.InstalledWindowsUpdateSummary.Builder
updateId(String updateId)
Unique identifier for the Windows update.InstalledWindowsUpdateSummary.Builder
updateType(ClassificationTypes updateType)
The type of Windows update.
-
-
-
Method Detail
-
name
public InstalledWindowsUpdateSummary.Builder name(String name)
Name of the Windows update.- Parameters:
name
- the value to set- Returns:
- this builder
-
updateId
public InstalledWindowsUpdateSummary.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
-
updateType
public InstalledWindowsUpdateSummary.Builder updateType(ClassificationTypes updateType)
The type of Windows update.- Parameters:
updateType
- the value to set- Returns:
- this builder
-
build
public InstalledWindowsUpdateSummary build()
-
copy
public InstalledWindowsUpdateSummary.Builder copy(InstalledWindowsUpdateSummary model)
-
-