Interface Config.ConfigUseItem

Enclosing interface:
Config

@Immutable public static interface Config.ConfigUseItem
Use-section for a data product. This MUST specify a version. It may override data product name or namespace.
  • Method Details

    • namespace

      Optional<String> namespace()
      Override the default namespace for this item
      Returns:
      String namespace name, if given.
    • data_product

      Optional<String> data_product()
      Override the data_product name for this item
      Returns:
      String the actual data product name to be used, if given.
    • version

      String version()
      Set the version for this item
      Returns:
      String a semver version to be used for this data product.