Uses of Interface
software.amazon.awssdk.services.databrew.model.ListRecipeVersionsResponse.Builder
-
Packages that use ListRecipeVersionsResponse.Builder Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of ListRecipeVersionsResponse.Builder in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return ListRecipeVersionsResponse.Builder Modifier and Type Method Description static ListRecipeVersionsResponse.BuilderListRecipeVersionsResponse. builder()ListRecipeVersionsResponse.BuilderListRecipeVersionsResponse.Builder. nextToken(String nextToken)A token that you can use in a subsequent call to retrieve the next set of results.ListRecipeVersionsResponse.BuilderListRecipeVersionsResponse.Builder. recipes(Collection<Recipe> recipes)A list of versions for the specified recipe.ListRecipeVersionsResponse.BuilderListRecipeVersionsResponse.Builder. recipes(Consumer<Recipe.Builder>... recipes)A list of versions for the specified recipe.ListRecipeVersionsResponse.BuilderListRecipeVersionsResponse.Builder. recipes(Recipe... recipes)A list of versions for the specified recipe.ListRecipeVersionsResponse.BuilderListRecipeVersionsResponse. toBuilder()Methods in software.amazon.awssdk.services.databrew.model that return types with arguments of type ListRecipeVersionsResponse.Builder Modifier and Type Method Description static Class<? extends ListRecipeVersionsResponse.Builder>ListRecipeVersionsResponse. serializableBuilderClass()
-