Uses of Class
com.oracle.bmc.database.model.PatchDetails.Builder
- 
Packages that use PatchDetails.Builder Package Description com.oracle.bmc.database.model 
- 
- 
Uses of PatchDetails.Builder in com.oracle.bmc.database.modelMethods in com.oracle.bmc.database.model that return PatchDetails.Builder Modifier and Type Method Description PatchDetails.BuilderPatchDetails.Builder. action(PatchDetails.Action action)The action to perform on the patch.static PatchDetails.BuilderPatchDetails. builder()Create a new builder.PatchDetails.BuilderPatchDetails.Builder. copy(PatchDetails model)PatchDetails.BuilderPatchDetails.Builder. databaseSoftwareImageId(String databaseSoftwareImageId)The OCID of the database software image.PatchDetails.BuilderPatchDetails.Builder. patchId(String patchId)The OCID of the patch.PatchDetails.BuilderPatchDetails. toBuilder()
 
-