Interface Runbook.UpdateStages.WithLogVerbose

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

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

    Modifier and Type
    Method
    Description
    withLogVerbose(Boolean logVerbose)
    Specifies the logVerbose property: Gets or sets verbose log option..
  • Method Details

    • withLogVerbose

      Runbook.Update withLogVerbose(Boolean logVerbose)
      Specifies the logVerbose property: Gets or sets verbose log option..
      Parameters:
      logVerbose - Gets or sets verbose log option.
      Returns:
      the next definition stage.