Package com.oracle.bmc.dblm.model
Class PatchRecommendationSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.dblm.model.PatchRecommendationSummary.Builder
 
- 
- Enclosing class:
- PatchRecommendationSummary
 
 public static class PatchRecommendationSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchRecommendationSummarybuild()PatchRecommendationSummary.Buildercopy(PatchRecommendationSummary model)PatchRecommendationSummary.BuilderpatchAvailable(Integer patchAvailable)Number of databases pending to be updated.PatchRecommendationSummary.Buildertotal(Integer total)Total number of databases pending to be updated and/or with latest patches.PatchRecommendationSummary.BuilderupToDate(Integer upToDate)Number of databases with latest patches.
 
- 
- 
- 
Method Detail- 
totalpublic PatchRecommendationSummary.Builder total(Integer total) Total number of databases pending to be updated and/or with latest patches.- Parameters:
- total- the value to set
- Returns:
- this builder
 
 - 
upToDatepublic PatchRecommendationSummary.Builder upToDate(Integer upToDate) Number of databases with latest patches.- Parameters:
- upToDate- the value to set
- Returns:
- this builder
 
 - 
patchAvailablepublic PatchRecommendationSummary.Builder patchAvailable(Integer patchAvailable) Number of databases pending to be updated.- Parameters:
- patchAvailable- the value to set
- Returns:
- this builder
 
 - 
buildpublic PatchRecommendationSummary build() 
 - 
copypublic PatchRecommendationSummary.Builder copy(PatchRecommendationSummary model) 
 
- 
 
-