Interface ListRecipesRequest.Builder

  • Method Details

    • recipeProvider

      ListRecipesRequest.Builder recipeProvider(String recipeProvider)

      The default is SERVICE.

      Parameters:
      recipeProvider - The default is SERVICE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • recipeProvider

      ListRecipesRequest.Builder recipeProvider(RecipeProvider recipeProvider)

      The default is SERVICE.

      Parameters:
      recipeProvider - The default is SERVICE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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

      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:
    • overrideConfiguration

      ListRecipesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.