public static interface ListRecipesResponse.Builder extends DataBrewResponse.Builder, SdkPojo, CopyableBuilder<ListRecipesResponse.Builder,ListRecipesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListRecipesResponse.Builder |
nextToken(String nextToken)
A token that you can use in a subsequent call to retrieve the next set of results.
|
ListRecipesResponse.Builder |
recipes(Collection<Recipe> recipes)
A list of recipes that are defined.
|
ListRecipesResponse.Builder |
recipes(Consumer<Recipe.Builder>... recipes)
A list of recipes that are defined.
|
ListRecipesResponse.Builder |
recipes(Recipe... recipes)
A list of recipes that are defined.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRecipesResponse.Builder recipes(Collection<Recipe> recipes)
A list of recipes that are defined.
recipes - A list of recipes that are defined.ListRecipesResponse.Builder recipes(Recipe... recipes)
A list of recipes that are defined.
recipes - A list of recipes that are defined.ListRecipesResponse.Builder recipes(Consumer<Recipe.Builder>... recipes)
A list of recipes that are defined.
This is a convenience method that creates an instance of theRecipe.Builder avoiding the need to create one
manually via Recipe.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #recipes(List.
recipes - a consumer that will call methods on
Recipe.Builder#recipes(java.util.Collection) ListRecipesResponse.Builder nextToken(String nextToken)
A token that you can use in a subsequent call to retrieve the next set of results.
nextToken - A token that you can use in a subsequent call to retrieve the next set of results.Copyright © 2023. All rights reserved.