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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #recipes(List) .recipes - a consumer that will call methods on List.Builder #recipes(List) 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 © 2022. All rights reserved.