public static interface ListRecipesRequest.Builder extends DataBrewRequest.Builder, SdkPojo, CopyableBuilder<ListRecipesRequest.Builder,ListRecipesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListRecipesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in this request.
|
ListRecipesRequest.Builder |
nextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
|
ListRecipesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRecipesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListRecipesRequest.Builder |
recipeVersion(String recipeVersion)
Return only those recipes with a version identifier of
LATEST_WORKING or
LATEST_PUBLISHED. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRecipesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in this request.
maxResults - The maximum number of results to return in this request.ListRecipesRequest.Builder nextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
nextToken - The token returned by a previous call to retrieve the next set of results.ListRecipesRequest.Builder recipeVersion(String recipeVersion)
Return only those recipes with a version identifier of LATEST_WORKING or
LATEST_PUBLISHED. If RecipeVersion is omitted, ListRecipes returns all
of the LATEST_PUBLISHED recipe versions.
Valid values: LATEST_WORKING | LATEST_PUBLISHED
recipeVersion - Return only those recipes with a version identifier of LATEST_WORKING or
LATEST_PUBLISHED. If RecipeVersion is omitted, ListRecipes
returns all of the LATEST_PUBLISHED recipe versions.
Valid values: LATEST_WORKING | LATEST_PUBLISHED
ListRecipesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListRecipesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.