Package com.oracle.bmc.dblm.model
Class ImagesPatchRecommendationSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.dblm.model.ImagesPatchRecommendationSummary.Builder
 
- 
- Enclosing class:
- ImagesPatchRecommendationSummary
 
 public static class ImagesPatchRecommendationSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ImagesPatchRecommendationSummarybuild()ImagesPatchRecommendationSummary.Buildercopy(ImagesPatchRecommendationSummary model)ImagesPatchRecommendationSummary.BuilderimagePatchRecommendationsCount(Integer imagePatchRecommendationsCount)Total number of patch recommendations available.ImagesPatchRecommendationSummary.BuildertotalImagesCount(Integer totalImagesCount)Total number of images.ImagesPatchRecommendationSummary.BuilderupToDateImagesCount(Integer upToDateImagesCount)Total number of up to date images.
 
- 
- 
- 
Method Detail- 
totalImagesCountpublic ImagesPatchRecommendationSummary.Builder totalImagesCount(Integer totalImagesCount) Total number of images.- Parameters:
- totalImagesCount- the value to set
- Returns:
- this builder
 
 - 
upToDateImagesCountpublic ImagesPatchRecommendationSummary.Builder upToDateImagesCount(Integer upToDateImagesCount) Total number of up to date images.- Parameters:
- upToDateImagesCount- the value to set
- Returns:
- this builder
 
 - 
imagePatchRecommendationsCountpublic ImagesPatchRecommendationSummary.Builder imagePatchRecommendationsCount(Integer imagePatchRecommendationsCount) Total number of patch recommendations available.- Parameters:
- imagePatchRecommendationsCount- the value to set
- Returns:
- this builder
 
 - 
buildpublic ImagesPatchRecommendationSummary build() 
 - 
copypublic ImagesPatchRecommendationSummary.Builder copy(ImagesPatchRecommendationSummary model) 
 
- 
 
-