Interface Creator.UpdateStages.WithStorageUnits

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

public static interface Creator.UpdateStages.WithStorageUnits
The stage of the Creator update allowing to specify storageUnits.
  • Method Summary

    Modifier and Type
    Method
    Description
    withStorageUnits(int storageUnits)
    Specifies the storageUnits property: The storage units to be allocated.
  • Method Details

    • withStorageUnits

      Creator.Update withStorageUnits(int storageUnits)
      Specifies the storageUnits property: The storage units to be allocated. Integer values from 1 to 100, inclusive..
      Parameters:
      storageUnits - The storage units to be allocated. Integer values from 1 to 100, inclusive.
      Returns:
      the next definition stage.