Interface SpringService.UpdateStages.WithSku

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

public static interface SpringService.UpdateStages.WithSku
The stage of a spring service update allowing to specify sku. All sku supported could be gotten from SpringServices.listSkus().
  • Method Details

    • withSku

      SpringService.Update withSku(String skuName)
      Specifies the sku of the spring service.
      Parameters:
      skuName - the sku name
      Returns:
      the next stage of spring service update
    • withSku

      SpringService.Update withSku(String skuName, int capacity)
      Specifies the sku of the spring service.
      Parameters:
      skuName - the sku name
      capacity - the capacity for the spring service
      Returns:
      the next stage of spring service update
    • withSku

      SpringService.Update withSku(Sku sku)
      Specifies the sku of the spring service.
      Parameters:
      sku - the entire sku object
      Returns:
      the next stage of spring service update