public static interface ListRecipeVersionsResponse.Builder extends DataBrewResponse.Builder, SdkPojo, CopyableBuilder<ListRecipeVersionsResponse.Builder,ListRecipeVersionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListRecipeVersionsResponse.Builder |
nextToken(String nextToken)
A token that you can use in a subsequent call to retrieve the next set of results.
|
ListRecipeVersionsResponse.Builder |
recipes(Collection<Recipe> recipes)
A list of versions for the specified recipe.
|
ListRecipeVersionsResponse.Builder |
recipes(Consumer<Recipe.Builder>... recipes)
A list of versions for the specified recipe.
|
ListRecipeVersionsResponse.Builder |
recipes(Recipe... recipes)
A list of versions for the specified recipe.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRecipeVersionsResponse.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.ListRecipeVersionsResponse.Builder recipes(Collection<Recipe> recipes)
A list of versions for the specified recipe.
recipes - A list of versions for the specified recipe.ListRecipeVersionsResponse.Builder recipes(Recipe... recipes)
A list of versions for the specified recipe.
recipes - A list of versions for the specified recipe.ListRecipeVersionsResponse.Builder recipes(Consumer<Recipe.Builder>... recipes)
A list of versions for the specified recipe.
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) Copyright © 2022. All rights reserved.