Interface ScriptExecution.UpdateStages.WithRetention

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

public static interface ScriptExecution.UpdateStages.WithRetention
The stage of the ScriptExecution update allowing to specify retention.
  • Method Summary

    Modifier and Type
    Method
    Description
    withRetention(String retention)
    Specifies the retention property: Time to live for the resource.
  • Method Details

    • withRetention

      ScriptExecution.Update withRetention(String retention)
      Specifies the retention property: Time to live for the resource. If not provided, will be available for 60 days.
      Parameters:
      retention - Time to live for the resource. If not provided, will be available for 60 days.
      Returns:
      the next definition stage.