Class InstalledPatchSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetappsmanagement.model.InstalledPatchSummary.Builder
-
- Enclosing class:
- InstalledPatchSummary
public static class InstalledPatchSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstalledPatchSummarybuild()InstalledPatchSummary.Buildercopy(InstalledPatchSummary model)InstalledPatchSummary.BuilderpatchDescription(String patchDescription)Description of the patchInstalledPatchSummary.BuilderpatchId(String patchId)The OCID of the patch.InstalledPatchSummary.BuilderpatchLevel(String patchLevel)Patch Name.InstalledPatchSummary.BuilderpatchName(String patchName)Name of the patchInstalledPatchSummary.BuilderpatchType(String patchType)Description of the patchInstalledPatchSummary.Builderseverity(PatchSeverity severity)Patch Severity.InstalledPatchSummary.BuildertimeApplied(Date timeApplied)Date on which the patch was applied to the targetInstalledPatchSummary.BuildertimeReleased(Date timeReleased)Date on which the patch was released
-
-
-
Method Detail
-
patchId
public InstalledPatchSummary.Builder patchId(String patchId)
The OCID of the patch.- Parameters:
patchId- the value to set- Returns:
- this builder
-
patchName
public InstalledPatchSummary.Builder patchName(String patchName)
Name of the patch- Parameters:
patchName- the value to set- Returns:
- this builder
-
patchDescription
public InstalledPatchSummary.Builder patchDescription(String patchDescription)
Description of the patch- Parameters:
patchDescription- the value to set- Returns:
- this builder
-
timeApplied
public InstalledPatchSummary.Builder timeApplied(Date timeApplied)
Date on which the patch was applied to the target- Parameters:
timeApplied- the value to set- Returns:
- this builder
-
timeReleased
public InstalledPatchSummary.Builder timeReleased(Date timeReleased)
Date on which the patch was released- Parameters:
timeReleased- the value to set- Returns:
- this builder
-
patchType
public InstalledPatchSummary.Builder patchType(String patchType)
Description of the patch- Parameters:
patchType- the value to set- Returns:
- this builder
-
patchLevel
public InstalledPatchSummary.Builder patchLevel(String patchLevel)
Patch Name.- Parameters:
patchLevel- the value to set- Returns:
- this builder
-
severity
public InstalledPatchSummary.Builder severity(PatchSeverity severity)
Patch Severity.- Parameters:
severity- the value to set- Returns:
- this builder
-
build
public InstalledPatchSummary build()
-
copy
public InstalledPatchSummary.Builder copy(InstalledPatchSummary model)
-
-