Interface DeleteRecipeVersionResponse.Builder

    • Method Detail

      • name

        DeleteRecipeVersionResponse.Builder name​(String 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.