Interface ListRecipesRequest.Builder

    • Method Detail

      • nextToken

        ListRecipesRequest.Builder nextToken​(String nextToken)

        A token returned from the previous call to ListRecipes for getting the next set of recipes (if they exist).

        Parameters:
        nextToken - A token returned from the previous call to ListRecipes for getting the next set of recipes (if they exist).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListRecipesRequest.Builder maxResults​(Integer maxResults)

        The maximum number of recipes to return.

        Parameters:
        maxResults - The maximum number of recipes to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domain

        ListRecipesRequest.Builder domain​(String domain)

        Filters returned recipes by domain for a Domain dataset group. Only recipes (Domain dataset group use cases) for this domain are included in the response. If you don't specify a domain, all recipes are returned.

        Parameters:
        domain - Filters returned recipes by domain for a Domain dataset group. Only recipes (Domain dataset group use cases) for this domain are included in the response. If you don't specify a domain, all recipes are returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Domain, Domain
      • domain

        ListRecipesRequest.Builder domain​(Domain domain)

        Filters returned recipes by domain for a Domain dataset group. Only recipes (Domain dataset group use cases) for this domain are included in the response. If you don't specify a domain, all recipes are returned.

        Parameters:
        domain - Filters returned recipes by domain for a Domain dataset group. Only recipes (Domain dataset group use cases) for this domain are included in the response. If you don't specify a domain, all recipes are returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Domain, Domain