Interface ListRecipesResponse.Builder

    • Method Detail

      • recipes

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

        A list of recipes that are defined.

        Parameters:
        recipes - A list of recipes that are defined.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recipes

        ListRecipesResponse.Builder recipes​(Recipe... recipes)

        A list of recipes that are defined.

        Parameters:
        recipes - A list of recipes that are defined.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListRecipesResponse.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.