Interface StorageType.Builder

    • Method Detail

      • storageTypeName

        StorageType.Builder storageTypeName​(String storageTypeName)
        Sets the value of the StorageTypeName property for this object.
        Parameters:
        storageTypeName - The new value for the StorageTypeName property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • storageSubTypeName

        StorageType.Builder storageSubTypeName​(String storageSubTypeName)
        Sets the value of the StorageSubTypeName property for this object.
        Parameters:
        storageSubTypeName - The new value for the StorageSubTypeName property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • storageTypeLimits

        StorageType.Builder storageTypeLimits​(Collection<StorageTypeLimit> storageTypeLimits)

        List of limits that are applicable for given storage type.

        Parameters:
        storageTypeLimits - List of limits that are applicable for given storage type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • storageTypeLimits

        StorageType.Builder storageTypeLimits​(StorageTypeLimit... storageTypeLimits)

        List of limits that are applicable for given storage type.

        Parameters:
        storageTypeLimits - List of limits that are applicable for given storage type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.