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 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) Copyright © 2023. All rights reserved.