| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Recipe |
Recipe.clone() |
Recipe |
CodeGenConfigurationNode.getRecipe()
Specifies a Glue DataBrew recipe node.
|
Recipe |
Recipe.withInputs(Collection<String> inputs)
The nodes that are inputs to the recipe node, identified by id.
|
Recipe |
Recipe.withInputs(String... inputs)
The nodes that are inputs to the recipe node, identified by id.
|
Recipe |
Recipe.withName(String name)
The name of the Glue Studio node.
|
Recipe |
Recipe.withRecipeReference(RecipeReference recipeReference)
A reference to the DataBrew recipe used by the node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenConfigurationNode.setRecipe(Recipe recipe)
Specifies a Glue DataBrew recipe node.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withRecipe(Recipe recipe)
Specifies a Glue DataBrew recipe node.
|
Copyright © 2023. All rights reserved.