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