Interface Runbook.UpdateStages.WithLogActivityTrace

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

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

    Modifier and Type
    Method
    Description
    withLogActivityTrace(Integer logActivityTrace)
    Specifies the logActivityTrace property: Gets or sets the activity-level tracing options of the runbook..
  • Method Details

    • withLogActivityTrace

      Runbook.Update withLogActivityTrace(Integer logActivityTrace)
      Specifies the logActivityTrace property: Gets or sets the activity-level tracing options of the runbook..
      Parameters:
      logActivityTrace - Gets or sets the activity-level tracing options of the runbook.
      Returns:
      the next definition stage.