Class PatchOperationsSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • 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