Interface DeleteRecipeVersionResponse.Builder

  • Method Details

    • name

      The name of the recipe that was deleted.

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

      DeleteRecipeVersionResponse.Builder recipeVersion(String recipeVersion)

      The version of the recipe that was deleted.

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