Class Sku


  • public class Sku
    extends Object
    SKU parameters supplied to the create namespace operation.
    • Constructor Detail

      • Sku

        public Sku()
    • Method Detail

      • name

        public SkuName name()
        Get the name value.
        Returns:
        the name value
      • withName

        public Sku withName​(SkuName name)
        Set the name value.
        Parameters:
        name - the name value to set
        Returns:
        the Sku object itself.
      • tier

        public SkuTier tier()
        Get the tier value.
        Returns:
        the tier value
      • withTier

        public Sku withTier​(SkuTier tier)
        Set the tier value.
        Parameters:
        tier - the tier value to set
        Returns:
        the Sku object itself.
      • capacity

        public Integer capacity()
        Get the capacity value.
        Returns:
        the capacity value
      • withCapacity

        public Sku withCapacity​(Integer capacity)
        Set the capacity value.
        Parameters:
        capacity - the capacity value to set
        Returns:
        the Sku object itself.