public static interface ListRecipesRequest.Builder extends PersonalizeRequest.Builder, SdkPojo, CopyableBuilder<ListRecipesRequest.Builder,ListRecipesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListRecipesRequest.Builder |
domain(Domain domain)
Filters returned recipes by domain for a Domain dataset group.
|
ListRecipesRequest.Builder |
domain(String domain)
Filters returned recipes by domain for a Domain dataset group.
|
ListRecipesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of recipes to return.
|
ListRecipesRequest.Builder |
nextToken(String nextToken)
A token returned from the previous call to
ListRecipes for getting the next set of recipes (if
they exist). |
ListRecipesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRecipesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListRecipesRequest.Builder |
recipeProvider(RecipeProvider recipeProvider)
The default is
SERVICE. |
ListRecipesRequest.Builder |
recipeProvider(String recipeProvider)
The default is
SERVICE. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRecipesRequest.Builder recipeProvider(String recipeProvider)
The default is SERVICE.
recipeProvider - The default is SERVICE.RecipeProvider,
RecipeProviderListRecipesRequest.Builder recipeProvider(RecipeProvider recipeProvider)
The default is SERVICE.
recipeProvider - The default is SERVICE.RecipeProvider,
RecipeProviderListRecipesRequest.Builder nextToken(String nextToken)
A token returned from the previous call to ListRecipes for getting the next set of recipes (if
they exist).
nextToken - A token returned from the previous call to ListRecipes for getting the next set of
recipes (if they exist).ListRecipesRequest.Builder maxResults(Integer maxResults)
The maximum number of recipes to return.
maxResults - The maximum number of recipes to return.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.
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.Domain,
DomainListRecipesRequest.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.
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.Domain,
DomainListRecipesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListRecipesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.