public static interface DescribeRecipeResponse.Builder extends PersonalizeResponse.Builder, SdkPojo, CopyableBuilder<DescribeRecipeResponse.Builder,DescribeRecipeResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeRecipeResponse.Builder |
recipe(Consumer<Recipe.Builder> recipe)
An object that describes the recipe.
|
DescribeRecipeResponse.Builder |
recipe(Recipe recipe)
An object that describes the recipe.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeRecipeResponse.Builder recipe(Recipe recipe)
An object that describes the recipe.
recipe - An object that describes the recipe.default DescribeRecipeResponse.Builder recipe(Consumer<Recipe.Builder> recipe)
An object that describes the 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 recipe(Recipe).
recipe - a consumer that will call methods on Recipe.Builderrecipe(Recipe)Copyright © 2023. All rights reserved.