public static interface Recipe.Builder extends SdkPojo, CopyableBuilder<Recipe.Builder,Recipe>
| Modifier and Type | Method and Description |
|---|---|
Recipe.Builder |
inputs(Collection<String> inputs)
The nodes that are inputs to the recipe node, identified by id.
|
Recipe.Builder |
inputs(String... inputs)
The nodes that are inputs to the recipe node, identified by id.
|
Recipe.Builder |
name(String name)
The name of the Glue Studio node.
|
default Recipe.Builder |
recipeReference(Consumer<RecipeReference.Builder> recipeReference)
A reference to the DataBrew recipe used by the node.
|
Recipe.Builder |
recipeReference(RecipeReference recipeReference)
A reference to the DataBrew recipe used by the node.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecipe.Builder name(String name)
The name of the Glue Studio node.
name - The name of the Glue Studio node.Recipe.Builder inputs(Collection<String> inputs)
The nodes that are inputs to the recipe node, identified by id.
inputs - The nodes that are inputs to the recipe node, identified by id.Recipe.Builder inputs(String... inputs)
The nodes that are inputs to the recipe node, identified by id.
inputs - The nodes that are inputs to the recipe node, identified by id.Recipe.Builder recipeReference(RecipeReference recipeReference)
A reference to the DataBrew recipe used by the node.
recipeReference - A reference to the DataBrew recipe used by the node.default Recipe.Builder recipeReference(Consumer<RecipeReference.Builder> recipeReference)
A reference to the DataBrew recipe used by the node.
This is a convenience method that creates an instance of theRecipeReference.Builder avoiding the
need to create one manually via RecipeReference.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to recipeReference(RecipeReference).
recipeReference - a consumer that will call methods on RecipeReference.BuilderrecipeReference(RecipeReference)Copyright © 2023. All rights reserved.