Interface Backup.UpdateStages.WithLabel

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

public static interface Backup.UpdateStages.WithLabel
The stage of the Backup update allowing to specify label.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the label property: Label for backup.
  • Method Details

    • withLabel

      Backup.Update withLabel(String label)
      Specifies the label property: Label for backup.
      Parameters:
      label - Label for backup.
      Returns:
      the next definition stage.