Uses of Interface
software.amazon.awssdk.services.glue.model.Recipe.Builder
-
Packages that use Recipe.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of Recipe.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return Recipe.Builder Modifier and Type Method Description static Recipe.BuilderRecipe. builder()Recipe.BuilderRecipe.Builder. inputs(String... inputs)The nodes that are inputs to the recipe node, identified by id.Recipe.BuilderRecipe.Builder. inputs(Collection<String> inputs)The nodes that are inputs to the recipe node, identified by id.Recipe.BuilderRecipe.Builder. name(String name)The name of the Glue Studio node.default Recipe.BuilderRecipe.Builder. recipeReference(Consumer<RecipeReference.Builder> recipeReference)A reference to the DataBrew recipe used by the node.Recipe.BuilderRecipe.Builder. recipeReference(RecipeReference recipeReference)A reference to the DataBrew recipe used by the node.Recipe.BuilderRecipe. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type Recipe.Builder Modifier and Type Method Description static Class<? extends Recipe.Builder>Recipe. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type Recipe.Builder Modifier and Type Method Description default CodeGenConfigurationNode.BuilderCodeGenConfigurationNode.Builder. recipe(Consumer<Recipe.Builder> recipe)Specifies a Glue DataBrew recipe node.
-