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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListRecipesRequest.Builderdomain(String domain)Filters returned recipes by domain for a Domain dataset group.ListRecipesRequest.Builderdomain(Domain domain)Filters returned recipes by domain for a Domain dataset group.ListRecipesRequest.BuildermaxResults(Integer maxResults)The maximum number of recipes to return.ListRecipesRequest.BuildernextToken(String nextToken)A token returned from the previous call toListRecipesfor getting the next set of recipes (if they exist).ListRecipesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRecipesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListRecipesRequest.BuilderrecipeProvider(String recipeProvider)The default isSERVICE.ListRecipesRequest.BuilderrecipeProvider(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 Detail
-
recipeProvider
ListRecipesRequest.Builder recipeProvider(String 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,RecipeProvider
-
recipeProvider
ListRecipesRequest.Builder recipeProvider(RecipeProvider 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,RecipeProvider
-
nextToken
ListRecipesRequest.Builder nextToken(String nextToken)
A token returned from the previous call to
ListRecipesfor getting the next set of recipes (if they exist).- Parameters:
nextToken- A token returned from the previous call toListRecipesfor 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
-
overrideConfiguration
ListRecipesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListRecipesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-