| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static Recipe.Builder |
Recipe.builder() |
Recipe.Builder |
Recipe.Builder.inputs(Collection<String> inputs)
The nodes that are inputs to the recipe node, identified by id.
|
Recipe.Builder |
Recipe.Builder.inputs(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.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Recipe.Builder> |
Recipe.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CodeGenConfigurationNode.Builder |
CodeGenConfigurationNode.Builder.recipe(Consumer<Recipe.Builder> recipe)
Specifies a Glue DataBrew recipe node.
|
Copyright © 2023. All rights reserved.