Uses of Interface
software.amazon.awssdk.services.personalize.model.DescribeRecipeResponse.Builder
-
Packages that use DescribeRecipeResponse.Builder Package Description software.amazon.awssdk.services.personalize.model -
-
Uses of DescribeRecipeResponse.Builder in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return DescribeRecipeResponse.Builder Modifier and Type Method Description static DescribeRecipeResponse.BuilderDescribeRecipeResponse. builder()default DescribeRecipeResponse.BuilderDescribeRecipeResponse.Builder. recipe(Consumer<Recipe.Builder> recipe)An object that describes the recipe.DescribeRecipeResponse.BuilderDescribeRecipeResponse.Builder. recipe(Recipe recipe)An object that describes the recipe.DescribeRecipeResponse.BuilderDescribeRecipeResponse. toBuilder()Methods in software.amazon.awssdk.services.personalize.model that return types with arguments of type DescribeRecipeResponse.Builder Modifier and Type Method Description static Class<? extends DescribeRecipeResponse.Builder>DescribeRecipeResponse. serializableBuilderClass()
-