Interface TemplateConfig.ReferenceBuilder1

Enclosing class:
TemplateConfig
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface TemplateConfig.ReferenceBuilder1
Intermediate object to build a template reference with the given scenario, name, and version.
  • Method Summary

    Modifier and Type
    Method
    Description
    name(String name)
    Build a template reference with the given scenario, name, and version.
  • Method Details

    • name

      @Nonnull TemplateConfig.ReferenceBuilder2 name(@Nonnull String name)
      Build a template reference with the given scenario, name, and version.
      Parameters:
      name - The name of the template.
      Returns:
      An intermediate object to build the template reference.