Package com.oracle.bmc.dblm.model
Class PatchOperationsSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.dblm.model.PatchOperationsSummary.Builder
 
- 
- Enclosing class:
- PatchOperationsSummary
 
 public static class PatchOperationsSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchOperationsSummarybuild()PatchOperationsSummary.Buildercopy(PatchOperationsSummary model)PatchOperationsSummary.BuilderfailedPatchOpsCount(Integer failedPatchOpsCount)Total number of failed Patch operations.PatchOperationsSummary.BuilderrunningPatchOpsCount(Integer runningPatchOpsCount)Total number of in progress Patch operations.PatchOperationsSummary.BuilderscheduledPatchOpsCount(Integer scheduledPatchOpsCount)Total number of scheduled Patch operations.PatchOperationsSummary.BuildersuccessfulPatchOpsCount(Integer successfulPatchOpsCount)Total number of successful Patch operations.PatchOperationsSummary.BuilderwarningsPatchOpsCount(Integer warningsPatchOpsCount)Total number of Patch operations that have warnings.
 
- 
- 
- 
Method Detail- 
scheduledPatchOpsCountpublic PatchOperationsSummary.Builder scheduledPatchOpsCount(Integer scheduledPatchOpsCount) Total number of scheduled Patch operations.- Parameters:
- scheduledPatchOpsCount- the value to set
- Returns:
- this builder
 
 - 
runningPatchOpsCountpublic PatchOperationsSummary.Builder runningPatchOpsCount(Integer runningPatchOpsCount) Total number of in progress Patch operations.- Parameters:
- runningPatchOpsCount- the value to set
- Returns:
- this builder
 
 - 
successfulPatchOpsCountpublic PatchOperationsSummary.Builder successfulPatchOpsCount(Integer successfulPatchOpsCount) Total number of successful Patch operations.- Parameters:
- successfulPatchOpsCount- the value to set
- Returns:
- this builder
 
 - 
warningsPatchOpsCountpublic PatchOperationsSummary.Builder warningsPatchOpsCount(Integer warningsPatchOpsCount) Total number of Patch operations that have warnings.- Parameters:
- warningsPatchOpsCount- the value to set
- Returns:
- this builder
 
 - 
failedPatchOpsCountpublic PatchOperationsSummary.Builder failedPatchOpsCount(Integer failedPatchOpsCount) Total number of failed Patch operations.- Parameters:
- failedPatchOpsCount- the value to set
- Returns:
- this builder
 
 - 
buildpublic PatchOperationsSummary build() 
 - 
copypublic PatchOperationsSummary.Builder copy(PatchOperationsSummary model) 
 
- 
 
-