Interface ListRecipesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListRecipesRequest.Builder,
,ListRecipesRequest> PersonalizeRequest.Builder
,SdkBuilder<ListRecipesRequest.Builder,
,ListRecipesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListRecipesRequest
public static interface ListRecipesRequest.Builder
extends PersonalizeRequest.Builder, SdkPojo, CopyableBuilder<ListRecipesRequest.Builder,ListRecipesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionFilters returned recipes by domain for a Domain dataset group.Filters returned recipes by domain for a Domain dataset group.maxResults
(Integer maxResults) The maximum number of recipes to return.A token returned from the previous call toListRecipes
for getting the next set of recipes (if they exist).overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.recipeProvider
(String recipeProvider) The default isSERVICE
.recipeProvider
(RecipeProvider recipeProvider) The default isSERVICE
.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.personalize.model.PersonalizeRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
recipeProvider
The default is
SERVICE
.- Parameters:
recipeProvider
- The default isSERVICE
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
recipeProvider
The default is
SERVICE
.- Parameters:
recipeProvider
- The default isSERVICE
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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 toListRecipes
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
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 interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListRecipesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-