Interface Remediation.UpdateStages.WithResourceCount

All Known Subinterfaces:
Remediation.Update
Enclosing interface:
Remediation.UpdateStages

public static interface Remediation.UpdateStages.WithResourceCount
The stage of the Remediation update allowing to specify resourceCount.
  • Method Summary

    Modifier and Type
    Method
    Description
    withResourceCount(Integer resourceCount)
    Specifies the resourceCount property: Determines the max number of resources that can be remediated by the remediation job.
  • Method Details

    • withResourceCount

      Remediation.Update withResourceCount(Integer resourceCount)
      Specifies the resourceCount property: Determines the max number of resources that can be remediated by the remediation job. If not provided, the default resource count is used..
      Parameters:
      resourceCount - Determines the max number of resources that can be remediated by the remediation job. If not provided, the default resource count is used.
      Returns:
      the next definition stage.