Interface RecipeReference.Builder

  • Method Details

    • name

      The name of the recipe.

      Parameters:
      name - The name of the recipe.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • recipeVersion

      RecipeReference.Builder recipeVersion(String recipeVersion)

      The identifier for the version for the recipe.

      Parameters:
      recipeVersion - The identifier for the version for the recipe.
      Returns:
      Returns a reference to this object so that method calls can be chained together.