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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchOperationsSummary
build()
PatchOperationsSummary.Builder
copy(PatchOperationsSummary model)
PatchOperationsSummary.Builder
failedPatchOpsCount(Integer failedPatchOpsCount)
Total number of failed Patch operations.PatchOperationsSummary.Builder
runningPatchOpsCount(Integer runningPatchOpsCount)
Total number of in progress Patch operations.PatchOperationsSummary.Builder
scheduledPatchOpsCount(Integer scheduledPatchOpsCount)
Total number of scheduled Patch operations.PatchOperationsSummary.Builder
successfulPatchOpsCount(Integer successfulPatchOpsCount)
Total number of successful Patch operations.PatchOperationsSummary.Builder
warningsPatchOpsCount(Integer warningsPatchOpsCount)
Total number of Patch operations that have warnings.
-
-
-
Method Detail
-
scheduledPatchOpsCount
public PatchOperationsSummary.Builder scheduledPatchOpsCount(Integer scheduledPatchOpsCount)
Total number of scheduled Patch operations.- Parameters:
scheduledPatchOpsCount
- the value to set- Returns:
- this builder
-
runningPatchOpsCount
public PatchOperationsSummary.Builder runningPatchOpsCount(Integer runningPatchOpsCount)
Total number of in progress Patch operations.- Parameters:
runningPatchOpsCount
- the value to set- Returns:
- this builder
-
successfulPatchOpsCount
public PatchOperationsSummary.Builder successfulPatchOpsCount(Integer successfulPatchOpsCount)
Total number of successful Patch operations.- Parameters:
successfulPatchOpsCount
- the value to set- Returns:
- this builder
-
warningsPatchOpsCount
public PatchOperationsSummary.Builder warningsPatchOpsCount(Integer warningsPatchOpsCount)
Total number of Patch operations that have warnings.- Parameters:
warningsPatchOpsCount
- the value to set- Returns:
- this builder
-
failedPatchOpsCount
public PatchOperationsSummary.Builder failedPatchOpsCount(Integer failedPatchOpsCount)
Total number of failed Patch operations.- Parameters:
failedPatchOpsCount
- the value to set- Returns:
- this builder
-
build
public PatchOperationsSummary build()
-
copy
public PatchOperationsSummary.Builder copy(PatchOperationsSummary model)
-
-