Interface TemplateConfig.ReferenceBuilder2

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.ReferenceBuilder2
Intermediate object to build a template reference with the given scenario, name, and version.
  • Method Summary

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

    • version

      @Nonnull OrchestrationTemplateReference version(@Nonnull String version)
      Build a template reference with the given scenario, name, and version.
      Parameters:
      version - The version of the template.
      Returns:
      A template reference with the given scenario, name, and version.