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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchRecommendationSummary
build()
PatchRecommendationSummary.Builder
copy(PatchRecommendationSummary model)
PatchRecommendationSummary.Builder
patchAvailable(Integer patchAvailable)
Number of databases pending to be updated.PatchRecommendationSummary.Builder
total(Integer total)
Total number of databases pending to be updated and/or with latest patches.PatchRecommendationSummary.Builder
upToDate(Integer upToDate)
Number of databases with latest patches.
-
-
-
Method Detail
-
total
public 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
-
upToDate
public PatchRecommendationSummary.Builder upToDate(Integer upToDate)
Number of databases with latest patches.- Parameters:
upToDate
- the value to set- Returns:
- this builder
-
patchAvailable
public PatchRecommendationSummary.Builder patchAvailable(Integer patchAvailable)
Number of databases pending to be updated.- Parameters:
patchAvailable
- the value to set- Returns:
- this builder
-
build
public PatchRecommendationSummary build()
-
copy
public PatchRecommendationSummary.Builder copy(PatchRecommendationSummary model)
-
-