Interface Remediation.DefinitionStages.WithResourceCount

All Known Subinterfaces:
Remediation.Definition, Remediation.DefinitionStages.WithCreate
Enclosing interface:
Remediation.DefinitionStages

public static interface Remediation.DefinitionStages.WithResourceCount
The stage of the Remediation definition allowing to specify resourceCount.
  • Method Details

    • withResourceCount

      Remediation.DefinitionStages.WithCreate 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.