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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImagesPatchRecommendationSummary
build()
ImagesPatchRecommendationSummary.Builder
copy(ImagesPatchRecommendationSummary model)
ImagesPatchRecommendationSummary.Builder
imagePatchRecommendationsCount(Integer imagePatchRecommendationsCount)
Total number of patch recommendations available.ImagesPatchRecommendationSummary.Builder
totalImagesCount(Integer totalImagesCount)
Total number of images.ImagesPatchRecommendationSummary.Builder
upToDateImagesCount(Integer upToDateImagesCount)
Total number of up to date images.
-
-
-
Method Detail
-
totalImagesCount
public ImagesPatchRecommendationSummary.Builder totalImagesCount(Integer totalImagesCount)
Total number of images.- Parameters:
totalImagesCount
- the value to set- Returns:
- this builder
-
upToDateImagesCount
public ImagesPatchRecommendationSummary.Builder upToDateImagesCount(Integer upToDateImagesCount)
Total number of up to date images.- Parameters:
upToDateImagesCount
- the value to set- Returns:
- this builder
-
imagePatchRecommendationsCount
public ImagesPatchRecommendationSummary.Builder imagePatchRecommendationsCount(Integer imagePatchRecommendationsCount)
Total number of patch recommendations available.- Parameters:
imagePatchRecommendationsCount
- the value to set- Returns:
- this builder
-
build
public ImagesPatchRecommendationSummary build()
-
copy
public ImagesPatchRecommendationSummary.Builder copy(ImagesPatchRecommendationSummary model)
-
-