Interface Runbook.UpdateStages.WithLogProgress

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

public static interface Runbook.UpdateStages.WithLogProgress
The stage of the Runbook update allowing to specify logProgress.
  • Method Summary

    Modifier and Type
    Method
    Description
    withLogProgress(Boolean logProgress)
    Specifies the logProgress property: Gets or sets progress log option..
  • Method Details

    • withLogProgress

      Runbook.Update withLogProgress(Boolean logProgress)
      Specifies the logProgress property: Gets or sets progress log option..
      Parameters:
      logProgress - Gets or sets progress log option.
      Returns:
      the next definition stage.