Interface Workspace.UpdateStages.WithRetentionInDays

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

public static interface Workspace.UpdateStages.WithRetentionInDays
The stage of the Workspace update allowing to specify retentionInDays.
  • Method Summary

    Modifier and Type
    Method
    Description
    withRetentionInDays(Integer retentionInDays)
    Specifies the retentionInDays property: The workspace data retention in days.
  • Method Details

    • withRetentionInDays

      Workspace.Update withRetentionInDays(Integer retentionInDays)
      Specifies the retentionInDays property: The workspace data retention in days. Allowed values are per pricing plan. See pricing tiers documentation for details..
      Parameters:
      retentionInDays - The workspace data retention in days. Allowed values are per pricing plan. See pricing tiers documentation for details.
      Returns:
      the next definition stage.