Interface ListRecipeVersionsResponse.Builder

    • Method Detail

      • nextToken

        ListRecipeVersionsResponse.Builder nextToken​(String nextToken)

        A token that you can use in a subsequent call to retrieve the next set of results.

        Parameters:
        nextToken - A token that you can use in a subsequent call to retrieve the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recipes

        ListRecipeVersionsResponse.Builder recipes​(Collection<Recipe> recipes)

        A list of versions for the specified recipe.

        Parameters:
        recipes - A list of versions for the specified recipe.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recipes

        ListRecipeVersionsResponse.Builder recipes​(Recipe... recipes)

        A list of versions for the specified recipe.

        Parameters:
        recipes - A list of versions for the specified recipe.
        Returns:
        Returns a reference to this object so that method calls can be chained together.