Class InventoryRecordPatchDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetappsmanagement.model.InventoryRecordPatchDetails.Builder
-
- Enclosing class:
- InventoryRecordPatchDetails
public static class InventoryRecordPatchDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InventoryRecordPatchDetailsbuild()InventoryRecordPatchDetails.Buildercopy(InventoryRecordPatchDetails model)InventoryRecordPatchDetails.BuilderpatchDescription(String patchDescription)Description for the installed patchInventoryRecordPatchDetails.BuilderpatchId(String patchId)OCID of the installed patchInventoryRecordPatchDetails.BuilderpatchName(String patchName)Name of the installed patchInventoryRecordPatchDetails.BuilderpatchType(String patchType)Type of patch appliedInventoryRecordPatchDetails.BuildertimeApplied(Date timeApplied)Date on which the patch was applied to the target
-
-
-
Method Detail
-
patchId
public InventoryRecordPatchDetails.Builder patchId(String patchId)
OCID of the installed patch- Parameters:
patchId- the value to set- Returns:
- this builder
-
patchName
public InventoryRecordPatchDetails.Builder patchName(String patchName)
Name of the installed patch- Parameters:
patchName- the value to set- Returns:
- this builder
-
patchDescription
public InventoryRecordPatchDetails.Builder patchDescription(String patchDescription)
Description for the installed patch- Parameters:
patchDescription- the value to set- Returns:
- this builder
-
timeApplied
public InventoryRecordPatchDetails.Builder timeApplied(Date timeApplied)
Date on which the patch was applied to the target- Parameters:
timeApplied- the value to set- Returns:
- this builder
-
patchType
public InventoryRecordPatchDetails.Builder patchType(String patchType)
Type of patch applied- Parameters:
patchType- the value to set- Returns:
- this builder
-
build
public InventoryRecordPatchDetails build()
-
copy
public InventoryRecordPatchDetails.Builder copy(InventoryRecordPatchDetails model)
-
-