Package com.oracle.bmc.database.model
Class PatchDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.model.PatchDetails.Builder
 
- 
- Enclosing class:
- PatchDetails
 
 public static class PatchDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchDetails.Builderaction(PatchDetails.Action action)The action to perform on the patch.PatchDetailsbuild()PatchDetails.Buildercopy(PatchDetails model)PatchDetails.BuilderdatabaseSoftwareImageId(String databaseSoftwareImageId)The OCID of the database software image.PatchDetails.BuilderpatchId(String patchId)The OCID of the patch.
 
- 
- 
- 
Method Detail- 
patchIdpublic PatchDetails.Builder patchId(String patchId) The OCID of the patch.- Parameters:
- patchId- the value to set
- Returns:
- this builder
 
 - 
databaseSoftwareImageIdpublic PatchDetails.Builder databaseSoftwareImageId(String databaseSoftwareImageId) The OCID of the database software image.- Parameters:
- databaseSoftwareImageId- the value to set
- Returns:
- this builder
 
 - 
actionpublic PatchDetails.Builder action(PatchDetails.Action action) The action to perform on the patch.- Parameters:
- action- the value to set
- Returns:
- this builder
 
 - 
buildpublic PatchDetails build() 
 - 
copypublic PatchDetails.Builder copy(PatchDetails model) 
 
- 
 
-