Interface SpringService.UpdateStages.WithSku

    • Method Detail

      • 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