Interface ListRecipesResponse.Builder

    • Method Detail

      • recipes

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

        The list of available recipes.

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

        ListRecipesResponse.Builder recipes​(RecipeSummary... recipes)

        The list of available recipes.

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

        ListRecipesResponse.Builder nextToken​(String nextToken)

        A token for getting the next set of recipes.

        Parameters:
        nextToken - A token for getting the next set of recipes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.