static Recipe.Builder |
Recipe.builder() |
|
Recipe.Builder |
Recipe.Builder.inputs(String... inputs) |
The nodes that are inputs to the recipe node, identified by id.
|
Recipe.Builder |
Recipe.Builder.inputs(Collection<String> inputs) |
The nodes that are inputs to the recipe node, identified by id.
|
Recipe.Builder |
Recipe.Builder.name(String name) |
The name of the Glue Studio node.
|
default Recipe.Builder |
Recipe.Builder.recipeReference(Consumer<RecipeReference.Builder> recipeReference) |
A reference to the DataBrew recipe used by the node.
|
Recipe.Builder |
Recipe.Builder.recipeReference(RecipeReference recipeReference) |
A reference to the DataBrew recipe used by the node.
|
Recipe.Builder |
Recipe.Builder.recipeSteps(Collection<RecipeStep> recipeSteps) |
Transform steps used in the recipe node.
|
Recipe.Builder |
Recipe.Builder.recipeSteps(Consumer<RecipeStep.Builder>... recipeSteps) |
Transform steps used in the recipe node.
|
Recipe.Builder |
Recipe.Builder.recipeSteps(RecipeStep... recipeSteps) |
Transform steps used in the recipe node.
|
Recipe.Builder |
Recipe.toBuilder() |
|